body.login {
    font-family: Roboto, Arial, 'sans-serif';
    background-color: #2b3341;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body.login #login h1 a {
    background: url('../images/logo-vermelha.png') center / cover no-repeat;
    width: 260px;
    height: 37px;
}

body.login #login {
    padding-top: 0;
    margin: 0;
}

body.login #loginform {
    padding-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fdfdfd;
    /*width: 321px;*/
    display: flex;
    flex-direction: column;
    height: auto;
}

body.login #loginform .forgetmenot {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 14px !important;
}

body.login #loginform label {
    color: #a3a7af;
    display: flex;
    flex-direction: column;
    margin-bottom: 7px;
    width: 100%;
}

body.login #loginform .input, body.login input[type="text"] {
    padding-left: 20px;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    margin-right: 0;
    background-color: #ffffff;
    border: 1px solid #babec2;
    color: #a3a7af;
    border-radius: 5px;
}

body.login #loginform .button.wp-hide-pw {
    top: 5px;
}

body.login #loginform .forgetmenot label {
    color: #48556a;
    display: flex;
    flex-direction: row;
    font-weight: bolder;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0 !important;
}

body.login #loginform #rememberme {
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #babec2;
    margin-top: -1px;
}

body.login #loginform #rememberme:active, #rememberme:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

body.login #loginform input[type="checkbox"]:checked::before {
    color: red;
}

body.login #loginform #rememberme:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

body.login #loginform #wp-submit {
    background-color: #ff5555;
    color: white;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    border: unset;
    box-shadow: unset;
    margin-bottom: 20px;
    text-shadow: unset;
}

body.login #loginform #wp-submit:hover {
    background-color: #ff4343;
}

body.login #login #nav {
    margin: unset;
    background-color: #fdfdfd;
    /*width: 321px;*/
    color: #48556a;
    font-weight: bold;
    padding-top: 20px;
}

body.login #login #backtoblog {
    background-color: #fdfdfd;
    margin: unset;
    padding: 10px 15px 24px 21px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /*width: 321px;*/
    color: #48556a;
    font-weight: bold;
}

body.login .language-switcher #language-switcher{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

body.login .language-switcher #language-switcher label{
    width: auto;
}

body.login .language-switcher #language-switcher .dashicons-translation::before{
    color: #fff;
}


@media all and (max-width: 782px) {
    body.login #loginform input[type="checkbox"]:checked::before {
        margin: -8px;
    }
}

#lostpasswordform div.g-recaptcha,
#loginform div.g-recaptcha,
#registerform div.g-recaptcha {
    margin: 12px 0 24px -15px;
}
