body{background-color:#fff}#auth{height:100vh;overflow-x:hidden}#auth #auth-left{background:rgb(248,250,252);background:linear-gradient(0deg,rgb(255,255,255) 0%,rgb(242,242,242) 100%);height:100%}#auth #auth-right{padding:3rem 5rem}#auth #auth-right .auth-title{font-size:1.3rem;}#auth #auth-right .auth-subtitle{color:#a8aebb;font-size:1.2rem;line-height:2.5rem}#auth #auth-right .auth-logo{margin-bottom:2rem}#auth #auth-right .auth-logo img{height:auto}@media screen and (max-width:767px){#auth #auth-right{padding:5rem}}@media screen and (max-width:1024px){#auth #auth-right{padding:3rem 0;}#auth #auth-right::before{content:" ";position:absolute;background-image:url("../../images/bg/background.png");background-size:contain;background-attachment:fixed;background-repeat:no-repeat;background-position:bottom center;height:50%;width:100%;bottom:0;z-index:-1}#auth #auth-right .auth-logo,#auth #auth-right p,#auth #auth-right form{padding:0 2rem;}}body.theme-dark #auth-left{background:rgb(0,71,123);background:linear-gradient(0deg,rgb(0,71,123) 0%,rgb(0,54,94) 100%)}