html,body{height:100%}.auth-page{z-index:1;background:linear-gradient(225deg,#cdd7d7 0%,#ffdffb 100%);justify-content:center;align-items:center;height:100%;display:flex;position:relative}.auth-page .auth{background:var(--white);border-radius:35px;grid-template-columns:repeat(2,1fr);width:calc(100% - 50px);max-width:1100px;display:grid;position:relative}.auth-page .auth:before{content:"";z-index:-1;border:1px solid var(--white);background:#ffffff4d;border-radius:45px;position:absolute;inset:-15px}.auth-page .auth .cover{border-radius:35px 0 0 35px;overflow:hidden}.auth-page .auth .cover img{object-fit:cover;width:100%;height:auto;max-height:calc(100vh - 150px)}.auth-page .auth .auth-form{flex-direction:column;justify-content:space-between;gap:30px;height:100%;padding:30px;display:flex}.auth-page .auth .auth-form .head{place-content:baseline space-between;align-items:center;gap:15px;width:100%;display:flex}.auth-page .auth .auth-form .head .logo img{width:auto;height:25px}.auth-page .auth .auth-form .head .link a{background:var(--bs-success-bg-subtle);border-radius:30px;align-items:center;gap:10px;padding:15px 30px;font-weight:600;line-height:1;display:flex}.auth-page .auth .auth-form .head a:hover{background:var(--bs-primary-bg-subtle)}.auth-page .auth .auth-form form{gap:15px;margin:auto 0;padding:15px;display:grid}.auth-page .auth .auth-form form.login-form .form-floating .form-control{padding-left:43px}.auth-page .auth .auth-form form.login-form .form-floating label{left:30px}.auth-page .auth .auth-form form.login-form .form-floating .icon{color:var(--primary-light);position:absolute;top:50%;left:15px;transform:translateY(-50%)}.auth-page .auth .auth-form form .auth-remember{justify-content:space-between;align-items:center;gap:5px;font-size:14px;display:flex}.auth-page .auth .auth-form form .auth-remember .form-check{align-items:center;gap:5px;margin:0;padding:0;font-size:24px;display:flex}.auth-page .auth .auth-form form .show-password{cursor:pointer;color:var(--primary-color);font-size:18px;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.auth-page .auth .auth-form form .auth-remember .form-check input{margin:0}.auth-page .auth .auth-form form .auth-remember .form-check label{font-size:14px}.auth-page .auth .auth-form form .auth-remember .forgot{color:var(--primary-color);font-weight:600}.auth-page .auth .auth-form .btn-primary{width:100%;max-width:200px}.auth-page .auth .auth-form .btn-primary .spinner-border{width:14px;height:14px}.auth-page .content{margin-bottom:15px}.auth-page .content .title{font-size:26px;font-weight:600;display:block}.react-international-phone-input-container.form-control{padding-left:20px}.react-international-phone-input-container .react-international-phone-country-selector-dropdown{z-index:3}form .react-international-phone-input-container .react-international-phone-input{border:unset;height:auto}form .react-international-phone-input-container .react-international-phone-country-selector-button{border:unset;height:auto;padding:0}
