.auth-info{position:relative;height:100%;padding:4.6875rem 3.4375rem;background-color:#000;background-image:var(--auth-info-bg-image);background-position:50%;background-size:cover;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;z-index:1}.auth-info:before{content:"";position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.8941176471));z-index:-1}.auth-info__title{font-size:3rem;font-weight:500;color:#fff}.auth-info__text{font-size:1.125rem;font-weight:500;color:#fff}.auth-info__button-container{margin-top:3.125rem}