body{background-color:#fff}#auth{height:100vh;overflow-x:hidden}
#auth #auth-right{height:100%;background:url(../../images/bg/4853433.jpg),linear-gradient(90deg,#2d499d,#3f5491)}
#auth #auth-left{padding:5rem 8rem}
#auth #auth-left .auth-title{font-size:4rem;margin-bottom:1rem}
#auth #auth-left .auth-subtitle{font-size:1.7rem;line-height:2.5rem;color:#a8aebb}
#auth #auth-left .auth-logo{margin-bottom:5rem}
#auth #auth-left .auth-logo img{height:5rem}@media screen and (max-width:767px){#auth #auth-left{padding:5rem}}
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
}
