@media only screen and (min-width: 981px) {
	#login img{max-width:300px;margin:auto;display: block;margin: 0 auto;}
#login {
    width: 35%;
    padding: 5% 5%;
    margin: unset;
}
div#imagen-login {
    width: 65%;
    background-position: center;
    background-image: url(https://desalas.com/wp-content/uploads/2024/02/casas-de-lujo.jpg) !important;
}
div#box-login {
    display: flex;
    height: 100vh;
}
	a.wp-login-register, .wp-login-lost-password, .wp-login-log-in {
    background: white;
    padding: 10px 17px;
    border-radius: 50px;
    color: #2271B1 !important;
    font-weight: bold;
}
}
.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: unset !important;
    font-weight: 400;
    overflow: hidden;
    background: unset !important;
    border: none !important;
    box-shadow: none !important;
}
.login label {
    font-size: 17px;
    line-height: 1.5;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
input#rememberme {
    border: 1px solid #8c8f94;
    border-radius: 4px;
    background: #fff;
    color: #50575e;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 1.2rem;
    margin: 0.25rem .25rem 0 0;
    width: 1.2rem;
    min-width: 1rem;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
}
input#wp-submit {
    width: 55%;
    border-radius: 50px;
}
.nsl-button.nsl-button-default.nsl-button-google {
    border-radius: 35px !important;
    width: 300px;
}
p#backtoblog {
    font-size: 17px !important;
    text-align: center;
}

#nav {
    margin: 24px 0px;
    display: flex;
    justify-content: space-evenly;
}
p.forgetmenot {
    display: flex;
}
@media only screen and (max-width: 980px) {
	#login {
    width: 100%;
    padding: 5% 5%;
    margin: auto;
}
div#imagen-login {
    display:none;
}
div#box-login {
    display: flex;
    height: 100vh;
}
		a.wp-login-register, .wp-login-lost-password, .wp-login-log-in {
    background: white;
    padding: 8px 14px;
    border-radius: 50px;
    color: #2271B1 !important;
    font-weight: bold;
}
}
#login h1 a, .login h1 a {
    background-image: url(https://desalas.com/wp-content/uploads/2024/09/Logo-De-Salas-horizontal-Luxury-Homes-reduzed-size.png) !important;
    height: 68px;
    width: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}
body {
    background-image: url(https://desalas.com/wp-content/uploads/2024/02/casas-de-lujo.jpg) !important;
    background-position: center;
	height:100vh;
}
div#login {
    background: #f0f0f1;
	height:100%;
}
p#nav a {
    font-size: initial;
}
.g-recaptcha{margin-left:0px !important;}
p#nav {
    font-size: 0px !important;
}
.language-switcher {
    display: none !important;
}