.login{display:flex;align-items:center;flex-direction:column}.login__olvide{text-decoration:underline}.login__persistent{margin:1rem 0}.login__registrarse{display:block;text-decoration:underline;text-align:center;margin-top:1rem}.login__sso-separator{position:relative;text-align:center;margin:2rem 0}.login__sso-separator:after{content:"";position:absolute;width:8rem;height:1px;background:var(--grey6);top:55%;left:1rem}.login__sso-separator:before{content:"";position:absolute;width:8rem;height:1px;background:var(--grey6);top:55%;right:1rem}.login__sso{display:flex;flex-wrap:wrap;justify-content:center}.login__footer{padding:3rem 0;margin-top:1.5rem;background-color:var(--azulACS);position:relative;bottom:-1rem;clip-path:ellipse(200% 55% at 50% 56%);text-align:center}.login__footer h2{padding:0;font-size:1.6rem;line-height:1.6rem;text-align:center;color:#fff;font-weight:500}.login__footer .advice{margin:10px 0;padding:10px}.login__footer .advice img{width:auto;height:150px}.login__footer .advice p{text-align:center;color:#fff}@media (min-width:768px){.login__footer{margin-top:2.5rem;clip-path:ellipse(100% 55% at 50% 56%);display:flex;flex-wrap:wrap;justify-content:center}.login__footer h2{width:100%}.login__footer .advice{margin:20px 0 40px 0;padding:20px 40px;width:33.3333333333%}}@media (prefers-color-scheme:dark){.login__footer{background-color:var(--dark2)}.login__sso-separator:after,.login__sso-separator:before{background:#fff}}