body {background-color: whitesmoke;}
login {background: white; width: 100%; max-width: 100%; margin: 0; border: none; height: 100vh; position: relative; overflow: hidden; text-align: center;}
.login h1 a {background-image: none; width: 0; height: 0;}
.login-action-lostpassword h1:before {content: "Réinitialisez votre mot de passe"; position: relative;}
.login-action-lostpassword #nav a {display: none;}
#login {width: 400px;}
.login #login_error, .login .message, .login .success {background: white; border-radius: 5px; border: none; box-shadow: none;}
.login form {background: white; border-radius: 5px; border: none; box-shadow: none;}
.wp-core-ui p .button {background: #5382fa !important; border: none; padding: 6px 15px !important; float: none; display: block; width: 100%; color: white; font-size: 15px;}
.login form .input, .login form input[type=checkbox], .login input[type=text] {min-height: 50px; background: whitesmoke; border: solid 2px #e3e3e3; font-size: 18px;}
.login form input[type=checkbox] {min-height: auto; margin-right: 5px;}
.login label {position: relative; width: auto; padding: 6px 0; font-weight: 600;}
.login #backtoblog a {padding: 10px 15px; border-radius: 3px; display: table; margin: auto; background: #ffffff;}
.login form .input:focus {box-shadow: none;}
.forgetmenot {width: 100%; display: flex; align-items: center; margin-bottom: 20px !important;}
.forgetmenot input, .forgetmenot label {margin: 0;}
.language-switcher {display: none;}
@media only screen and (max-width: 450px){
    #login {margin: 0 10%; width: auto;}
    
}