.auth .box{display:flex;flex-direction:column;gap:30px;background-color:#fff;width:320px;min-height:540px;padding:40px 40px 30px;border-radius:32px;margin:90px auto;margin:clamp(30px,calc(100vh - 740px),90px) auto;box-shadow:0 4px 60px 0 rgba(0,0,0,.05);overflow:hidden}.auth .loading-indicator{display:inline-block;width:38px;height:38px;background-image:url('https://static.cdn.f5s.io/web/themes/svg/loading_000.svg');background-size:contain;background-repeat:no-repeat;background-position:center}.auth .auth-header .logo{background-repeat:no-repeat;background-position:center;background-size:contain;width:320px;height:65px}.auth .auth-error-message{border:1px solid #f00;color:#f00;background:#f001;padding:12px 19px;border-radius:6px}.auth .auth-footer{margin-top:auto;display:flex;justify-content:center;gap:12px}.auth .auth-footer .footer-button{font-size:14px;line-height:1.375em;background-color:#fff;color:#666;padding:5px 14px 6px;border:1px solid #ddd;border-radius:400px;text-decoration:none}.auth .auth-footer .footer-button:hover{background-color:#f6f6f6}.auth .auth-step{margin-bottom:20px}.auth .auth-step-title{font-size:24px;font-weight:700;letter-spacing:-.01em}.auth .auth-step-description{font-size:18px;margin-top:4px}.auth .auth-form{display:flex;flex-direction:column;gap:12px}.auth .auth-form .auth-form-input{font-family:'Open Sans',sans-serif;font-size:16px;line-height:1.375em;padding:12px 19px;border:1px solid #ccc;border-radius:6px}.auth .auth-form .auth-form-input.filled{background:#eee;border-color:#eee;display:flex;gap:12px;justify-content:space-between}.auth .auth-form .auth-form-input.filled .filled-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:0 1 auto}.auth .auth-form .auth-form-button{font-family:'Open Sans',sans-serif;font-size:16px;line-height:1.375em;font-weight:400;padding:12px 19px;border:1px solid #ccc;background-color:#fff;color:#000;border-radius:6px;cursor:pointer;text-align:center;display:inline-flex;justify-content:center;align-items:center;gap:12px;overflow:hidden}.auth .auth-form .auth-form-button:hover{background-color:#f6f6f6}.auth .auth-form .auth-form-button.f5-btn{border-color:var(--primary-color);font-weight:600}.auth .auth-form .auth-form-button.loading,.auth .auth-form .auth-form-button.custom-ajax-loading{text-indent:-9999px;background-image:url('https://static.cdn.f5s.io/web/themes/svg/loading_000.svg');background-position:center;background-size:24px;background-repeat:no-repeat}.auth .auth-form .auth-form-button.f5-btn.loading,.auth .auth-form .auth-form-button.f5-btn.custom-ajax-loading{background-image:url('https://static.cdn.f5s.io/web/themes/svg/loading_fff.svg')}.auth .auth-form .validation-summary ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.auth .auth-form .validation-summary.validation-summary-errors{color:#f00}.auth .post-form-links{margin-top:15px;color:#333}.auth .post-form-links .link{font-weight:600}.auth .success-loading-indicator{display:block;margin:100px auto}