.auth-wrapper{display:flex;flex-basis:100%;min-height:100vh;min-height:calc(var(--vh, 1vh)*100);width:100%}.auth-wrapper .auth-inner{width:100%;position:relative}.auth-wrapper.auth{align-items:center;justify-content:center;overflow:hidden}.auth-wrapper.auth .auth-inner{max-width:400px}.auth-wrapper .brand-logo{display:flex;justify-content:center}[dir] .auth-wrapper .brand-logo{margin:0 0 1rem 0}.auth-wrapper .brand-logo .brand-text{font-weight:600}.auth-wrapper .brand-logo img{width:200px}[dir] .auth-wrapper .auth-footer-btn .btn{padding:.6rem!important}[dir=ltr] .auth-wrapper .auth-footer-btn .btn:not(:last-child){margin-right:1rem}[dir=rtl] .auth-wrapper .auth-footer-btn .btn:not(:last-child){margin-left:1rem}[dir] .auth-wrapper .auth-bg{background-color:#fff}[dir] .dark-layout .auth-wrapper .auth-bg{background-color:#283046}