.loginMain{background-image:url(https://media.consultoriosmedicosdavid.com.ar/login_background.jpg);background-repeat:no-repeat;background-size:cover;flex:1 1;height:94vh;display:flex;justify-content:flex-end;align-items:center}.loginBox{padding:3rem;width:31.25rem;max-height:500px;background:hsla(0,0%,100%,.15);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);color:var(--cmd-green);margin:5rem;display:flex;flex-direction:column}.loginBox h1{text-align:center;margin:0 0 1.5rem;font-weight:400;font-size:2.25rem}.loginBox a{text-transform:uppercase;text-align:center}.loginBox a:hover{color:#009742;text-shadow:0 0 5px #009742}.lb-buttonContainer{display:flex;justify-content:center;margin:2rem 0}.showPassword{position:absolute;z-index:10;top:48%;left:85%;cursor:pointer}@media only screen and (min-width:0px) and (max-width:480px){.loginBox{padding:2rem;width:100%;margin:1rem}}