@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;700&display=swap');

body.login  {
    font-family: "Lexend", sans-serif;
    background-color: #134194;
}

#login {
    padding-top: 64px;
}

#login h1 a, .login h1 a {
    background-image: url(../img/logo-login.svg);
    width: 100%;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    pointer-events: none;
}

.login form {
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border: 0;
}

#loginform label {
    font-weight: 700;
}

#login form p,
#login form .user-pass-wrap {
    margin: 0 2px;
}

.login #backtoblog, .login #nav {
    padding: 0;
    text-align: center;
}

.login form .input, .login input[type=password], .login input[type=text] {
    border: 2px solid #DDD;
    border-radius: 0;
}

.login form .input:focus, .login input[type=password]:focus, .login input[type=text]:focus {
    outline: none;
} 

#login form p.submit {
    margin-top: 40px;
}

#login form p.submit #wp-submit {
    width: 100%;
    font-size: 1.1em;
    padding: 8px;
}

#login #wp-submit {
    background-color: #134194;
    border-radius: 0;
}

.login #login_error, .login .message, .login .success {
    border-radius: 10px;
    color: white;
    border: 0;
    box-shadow: none;
}

.login #backtoblog a, .login #nav a {
    color: rgba(255, 255, 255, 0.7);
}

.login #backtoblog a:hover, .login #nav a:hover {
    color: white;
} 

.login #backtoblog {
    margin-top: 12px;
}

.login .privacy-policy-page-link {
    display: none
}

.login .message {
    background: rgba(255, 255, 255, 0.2);
}

.login .success {
    background-color: #3ee373;
}

.login #login_error {
    background: #dc5858;
}

#login form .forgetmenot {
    margin: 0 3px;
}
