body.login {background-image: url('login-bg.jpg'); background-size:cover; background-position: center;display: flex;align-items: center;justify-content: flex-start;}
#login{width:35%;margin: 0 0 0 10%;box-shadow:none}
.login form{padding: 12% 10%;box-shadow: 5px 5px 15px rgba(0,0,0,.1);}
#login form p {margin-bottom: 5%;}
#wp-submit{background-color:00979f; border:none; box-shadow:none; text-shadow:none; background:#00979f;font-size: 16px;border-radius: 0;height:40px;}
.login h1 a{background-image:url('logo-dicreli-nu-RVB.png');position: absolute;top: 5%;left: 5%;background-size: contain;height:45px; width:280px}


/*---RWD Tablettes---*/
@media only screen and (max-width: 1100px) and (min-width: 800px){
#login {width: 60%;margin: auto;}
#nav a,  #backtoblog a{color:white!important}
.login h1 a{height:40px}
}

/*---RWD Mobiles---*/
@media only screen and (max-width: 799px){
#login {width: 75%;margin: auto;}
.login h1 a{position:inherit}
#nav a, #backtoblog a{color:white!important}
.login h1 a{height:30px}
#wp-submit{height:35px}
}
