Body.login {
    /*   background: url(https://institutodeengenharia.org.br/site/wp-content/uploads/2017/09/8.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background-color: #44596d;
}

    body.login::after {
        content: "";
        background: url(https://institutodeengenharia.org.br/site/wp-content/uploads/2017/09/8.jpg);
        opacity: 0.1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

#login {
    display: flex;
    flex-direction: column;
    padding: 4% 0 0;
}

#login h1 {
    background: url(https://dev.institutodeengenharia.org.br/site/wp-content/uploads/2018/10/logo-218x300.png) no-repeat;
    background-size: 109px 150px;
    width: 109px;
    height: 150px;
    align-self: center;
}

#login h1 a {
    display: none;

}


.login-message {
    margin-bottom: 10px;
    font-size: 14px;
    color: blue;
}

.support-message {
    white-space: nowrap;
    clear: both;
    margin-top: 50px;
    margin-bottom: -10px;
    background-color: #F5F5F5;
    padding: 5px 15px;
    border: 1px solid #E0E0E0;
    border-radius: 50px;
}

.login form {
    -webkit-box-shadow: 5px 5px 24px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 24px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 24px 0px rgba(0,0,0,0.75);
}

form p:first-child {
    margin-top: 10px;
}

.login #backtoblog, .login #nav {
    background-color: white;
    padding: 10px;
   
}

.login #nav {
    -webkit-box-shadow: 5px 0px 24px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 0px 24px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 0px 24px 0px rgba(0,0,0,0.75);
    margin-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
}

.login #backtoblog {
    margin-top: 0px;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 7px 15px 24px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 15px 24px 0px rgba(0,0,0,0.75);
    box-shadow: 7px 15px 24px 0px rgba(0,0,0,0.75);
}
#registerform {
    margin-top: 10px;
}

#registerform label[for=user_login], #registerform #user_login {
        display: none;
}

#registerform input:not([type=radio]), input#display_name, #registerform select {
    width: 100%;
    font-size: 20px;
}

.login-action-register div#login {
    padding-top: 15px;
}

.radio-group {
    justify-content: space-around;
    margin-bottom: 5px;
}

.radio-group label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#registerform .radio-group {
    border: 1px solid lightgray;
    align-self: center;
    padding: 6px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

input[type=text].invalid {
    border-color: red;
    border-width: 2px;
}

.validation-message {
    color: red;
    margin-bottom: 10px;
}

@media (min-width: 782px) {
    #registerform .radio-group input {
        width: 16px;
        height: 16px;
    }

    #registerform .radio-group {
        padding-top: 10px;
    }
} 

#registerform .linha {
    display: flex;
    flex-direction: row;
}

.message.register { 
    margin-bottom: 0px;
}