@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,600;0,700;0,800;0,900;1,400;1,500&display=swap');
body, html {
    height: auto !important;
}
body.login {
    font-family: Poppins,Arial, Helvetica, sans-serif;
    background-color: #222;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    color: #222;
}
body.login h1 a {
    background-position: center center;
    background-size: inherit;
    width: 100%;
    box-shadow: none;
    margin: 0;
}
body.login label {
    font-size: 12px;
    color: #444444;
    font-weight: 500;
    text-transform: uppercase;
}
body.login form {
    background-color: #fff;
    padding: 0;
    box-shadow: none;
    margin-top: 10px;
    border: none;
}
body.login .button.wp-hide-pw {
    border: none;
    top: 40%;
    color: #444;
    transform: translateY(-40%);
}
body.login .button.wp-hide-pw:active {
    transform: translateY(-40%);
}
body.login .button.wp-hide-pw:focus {
    border: none;
    box-shadow: none;
}
body.login #nav {
    margin: 20px 0 0 0;
    padding: 0;
}
body #login form p {
    font-size: 11px;
}
body.login input[type="text"]::after {
    font-family: FontAwesome;
    position: absolute;
    font-size: 20px;
    left: 15px;
    bottom: 10px;
    color: #b5b5b5;
    content: "\f007";
}
body.login input[type="text"]:focus, body.login input[type="password"]:focus, body.login input[type="email"]:focus {
    border: 1px solid rgba(183,185,196,.6) !important;
    transition: border .2s ease-in-out;
}
body.login input[type="text"], body.login input[type="password"], body.login input[type="email"] {
    background-color: #f4f4f4;
    -webkit-border-radius: 0;
    padding: 10px 20px;
    margin-top: 10px;
    box-shadow: none;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    font-weight: normal;
}
body.login .button-primary {
    outline: none;
    font-size: 11px;
    background-color: #111;
    color: #fff;
    border: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    height: 30px !important;
    line-height: 30px !important;
}
body #login .admin-email-confirm-form p {
    font-size: 14px;
}
body.login .button-primary:hover {
    background-color: #484848;
}
body.login .button-primary:active, body.login .button-primary:focus {
    background-color: #484848;
    box-shadow: none;
    transform: none;
}
body.login #backtoblog a, body.login #nav a {
    color: #1e1e1e;
    outline: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}
body.login #backtoblog a:hover, body.login #nav a:hover {
    box-shadow: none;
    color: #888;
}
body.login #backtoblog a:focus, body.login #nav a:focus {
    box-shadow: none;
    color: #888;
}
body.login #login_error {
    border-top: 3px solid #f01d1d !important;
}
body.login #login_error, body.login .message, body.login .success {
    border-left: 0;
    background-color: #f4f4f4;
    font-size: 12px;
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.15);
}
#login_error a {
    display: inline-block;
}
body #login {
    padding: 10px 30px 50px;
    background-color: #fff;
    margin-top: 30px;
}
body.login a:focus {
    box-shadow: none;
}
body.login a {
    color: #a4a4a4;
    text-decoration: none;
}
body.login a:hover {
    color: #111;
}
body.login #backtoblog {
    display: none;
}
body #wp-submit {
    font-size: 11px;
    padding: 0 12px;
}
body input[type="checkbox"]:checked:before {
    color: #444444;
}
input[type="radio"], input[type="checkbox"] {
    background: #fff !important;
    border: 1px solid #000;
    box-shadow: none;
}
input[type="radio"]:focus, input[type="checkbox"]:focus {
    border-color: #000;
    box-shadow: none !important;
}