body{
    background-image: url(../img/background-login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

header{
    background-color: transparent !important;
    height: auto;
}

#login{
    position: absolute;
    top: max(420px, 50%);
    left: 50%;
    transform: translate(-50%, -50%);
}

body .logo{
    margin: 0 auto !important;
    background-color: black;
    height: 200px;
    width: 300px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

body .logo img{
    margin-top: auto;
    margin-bottom: auto;
}

header .logo img {
    padding: 30px;
    height: inherit !important;
}

#login .text-login{
    color: white;
}

#login a{
    color: white;
    text-decoration: underline;
}

#login .validate{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title-login, .subtitle-login{
    text-align: center;
    font-weight: 600;
}

.title-login{
    font-size: 20px;
}

.subtitle-login{
    font-size: 16px;
    padding-bottom: 20px;
}


#login {
    width: 500px;
    /* padding: 5% 0 0; */
    margin: auto;
}

#login #buttons_login_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#login .line-register input {
    width: 100%;
    margin: 10px;
}

#login .agree-terms{
    margin: 10px;
}

#login .agree-terms label {
    display: initial;
}

#login .agree-terms input {
    width: 20px;
}

.line-register, .line-register-password{
    display: flex;
}

.line-register-password input{
    width: 100%;
}

#registration_form_plainPassword>div{
    width: 100%;
    margin: 10px;
}

.login-form input, .forgot-password, .not-account-let{
    margin: 10px;
}

#login-container{
    width: 400px;
    margin: auto;
}