/* Backend Admin Login Page CSS */
@charset "UTF-8";

/*Adaptações gerais para Internet Explorer */
@media all and (-ms-high-contrast:none) {
    #login h1 {
        margin-top: -50px;
        margin-bottom: 90px;
    }
}

body.login-action-login.wp-core-ui,
body.login {
    color: #f1f1f1 !important;
}

.logoTitle {
    font-size: 2.5rem;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
}

.logoLink {
    text-decoration: none;
}

.logoLink:hover {
    text-decoration: none;
    color: #406cd1 !important;
}

body.login {
    background-color: #f7f7f7;
}

.login #nav a:hover,
.login a:hover {
    text-decoration: none;
    color: #406cd1 !important;
}

#login h1 a {
    background-size: 250px;
    padding: 130px;
    margin-left: -125px;
    margin-bottom: -150px;
}

.login #login h1 a {
    background-color: transparent !important;
    border-radius: 0 !important;
    height: 0;
}

#loginform,
#lostpasswordform {
    background: white;
    border-top: 5px solid #297cff;
    border-radius: 5px;
    padding-bottom: 40px;
    padding-top: 40px;
}

#loginform input,
#lostpasswordform input {
    border-radius: 2px;
}

#loginform label,
#lostpasswordform label {
    color: black !important;
    font-size: 0.8rem;
}

#loginform .submit .button,
#wp-submit {
    background: #297fff !important;
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

#loginform .submit .button:hover,
#wp-submit:hover {
    background: #406cd1 !important;
}

#login #nav {
    margin-top: 20px;
    text-align: center;
}

#login #backtoblog {
    display: none !important;
}

.login #login_error {
    background: white;
    color: #1e1e1e !important;
}

.login #login_error a,
.login #nav a {
    color: #1e1e1e !important;
}

input[type=checkbox]:checked:before {
    color: black;
}

input[type=checkbox]:focus {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#login form p {
    color: #333;
}

#login, .login #login_error a, .login label, .login #backtoblog a, .login #nav a {
    color: #333;
}

input#pass1-text {
    font-size: 14px;
    line-height: 21px;
    min-width: 230px;
}

.login form#resetpassform + #nav {
    display: none;
}