@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";body{background-color:#fff!important}.login-page{font-family:Inter,Arial,sans-serif}.auth-header-area{width:100%;padding:20px 24px;border-bottom:1px solid rgb(215,215,221);background-color:#fff}@media(max-width:575.98px){.auth-header-area{padding:18px 20px}}.auth-back-button{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;color:#000;text-decoration:none;transition:all .2s ease;border-radius:50%}.auth-back-button:hover{color:#000;text-decoration:none;background-color:#f5f5f7}.auth-back-button svg{width:24px;height:24px}.auth-main-container{display:flex;align-items:center;justify-content:center;padding:60px 20px}@media(max-width:575.98px){.auth-main-container{padding:40px 16px}}.auth-content-wrapper{width:100%;max-width:400px;text-align:center}.auth-logo-container{margin-bottom:50px}.auth-logo{height:50px;object-fit:contain}.auth-title{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.3}@media(max-width:575.98px){.auth-title{font-size:22px}}.auth-subtitle{font-size:16px;color:#666;margin:0 0 40px;line-height:1.4}.auth-form-container{margin-bottom:40px}.auth-form{display:flex;flex-direction:column;gap:24px}.auth-input-group{display:flex;flex-direction:column;text-align:left}.auth-label{font-size:14px;font-weight:500;color:#1a1a1a;margin-bottom:8px}.auth-input{width:100%;height:56px;padding:16px 20px;border:1px solid #d7d7dd;border-radius:12px;font-size:16px;background:#fff;transition:all .2s ease;outline:none}.auth-input:focus{border-color:#4285f4;box-shadow:0 0 0 3px #4285f41a}.auth-input::placeholder{color:#999}.auth-password-wrapper{position:relative}.auth-password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;cursor:pointer;padding:4px}.auth-password-toggle:hover{color:#333}.auth-password-toggle svg{width:20px;height:20px}.auth-form-options{display:flex;justify-content:space-between;align-items:center;font-size:14px}@media(max-width:575.98px){.auth-form-options{flex-direction:column;gap:16px;align-items:flex-start}}.auth-checkbox-wrapper{display:flex;align-items:center;gap:8px;cursor:pointer;color:#666}.auth-checkbox{display:none}.auth-checkbox:checked+.auth-checkmark{background:#4285f4;border-color:#4285f4}.auth-checkbox:checked+.auth-checkmark:after{content:"✓";color:#fff;font-size:12px;font-weight:700}.auth-checkmark{width:18px;height:18px;border:1px solid #e0e0e0;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.auth-forgot-link{color:#4285f4;text-decoration:none;font-weight:500}.auth-forgot-link:hover{text-decoration:underline}.auth-submit-btn{width:100%;height:56px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:28px;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px #667eea4d}.auth-submit-btn:hover{background:linear-gradient(135deg,#5568d3,#653a8b);box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.auth-submit-btn:active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d;transform:translateY(0)}.auth-submit-btn:disabled{cursor:not-allowed;opacity:.8}.auth-submit-btn .spinner{animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-google-btn{background:transparent!important;border:2px solid #4285f4!important;color:#4285f4!important;transition:all .2s ease}.auth-google-btn:hover{background:#4285f4!important;border-color:#4285f4!important;color:#fff!important}.auth-google-btn:hover svg path[fill]:not([fill=none]){fill:#fff!important}.auth-google-btn:active{background:#3367d6!important;border-color:#3367d6!important;color:#fff!important}.auth-google-btn:active svg path[fill]:not([fill=none]){fill:#fff!important}.auth-register-text{font-size:14px;color:#666;margin:24px 0}.auth-register-text span:first-child{margin-right:4px}.auth-register-link{color:#4285f4;text-decoration:none;font-weight:500}.auth-register-link:hover{text-decoration:underline}.auth-divider{position:relative;text-align:center;margin:24px 0}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e0e0e0}.auth-divider-text{position:relative;display:inline-block;padding:0 16px;background:#fff;color:#999;font-size:14px;font-weight:500}.auth-footer{color:#999;font-size:14px;text-align:center}.auth-version{font-weight:500}.authentication-wrapper{display:flex;flex-basis:100%;min-height:100vh;width:100%}.authentication-wrapper .authentication-inner{width:100%}.authentication-wrapper.authentication-basic{align-items:center;justify-content:center}.authentication-wrapper.authentication-basic .card-body{padding:3rem}@media(max-width:575.98px){.authentication-wrapper.authentication-basic .card-body{padding:2rem}}.authentication-wrapper.authentication-cover{align-items:flex-start}.authentication-wrapper.authentication-cover .authentication-inner{height:100%;margin:auto 0}@media(max-width:991.98px){.authentication-wrapper.authentication-cover .authentication-inner{height:100vh}}.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg{width:100%;height:100vh;position:relative}.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg .auth-illustration{max-height:65%;max-width:65%;z-index:1}.authentication-wrapper.authentication-cover .authentication-inner .platform-bg{position:absolute;width:100%;bottom:0%;left:0%;height:35%}.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height{height:100vh}.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height>img:first-child{z-index:1}.authentication-wrapper.authentication-basic .authentication-inner{max-width:460px;position:relative}.authentication-wrapper.authentication-basic .authentication-inner:before{width:238px;height:233px;content:" ";position:absolute;top:-35px;left:-45px;background-image:url("data:image/svg+xml,%3Csvg width='239' height='234' viewBox='0 0 239 234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='88.5605' y='0.700195' width='149' height='149' rx='19.5' stroke='%237367F0' stroke-opacity='0.16'/%3E%3Crect x='0.621094' y='33.761' width='200' height='200' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E%0A")}@media(max-width:575.98px){.authentication-wrapper.authentication-basic .authentication-inner:before{display:none}}.authentication-wrapper.authentication-basic .authentication-inner:after{width:180px;height:180px;content:" ";position:absolute;z-index:-1;bottom:-30px;right:-56px;background-image:url("data:image/svg+xml,%3Csvg width='181' height='181' viewBox='0 0 181 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.30469' y='1.44312' width='178' height='178' rx='19' stroke='%237367F0' stroke-opacity='0.16' stroke-width='2' stroke-dasharray='8 8'/%3E%3Crect x='22.8047' y='22.9431' width='135' height='135' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E")}@media(max-width:575.98px){.authentication-wrapper.authentication-basic .authentication-inner:after{display:none}}.authentication-wrapper .auth-input-wrapper .auth-input{max-width:50px;padding-left:.4rem;padding-right:.4rem;font-size:150%}@media(max-height:636px){.auth-multisteps-bg-height{height:100%!important}}@media(max-width:575.98px){.authentication-wrapper .auth-input-wrapper .auth-input{font-size:1.125rem}}#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control{border-color:#ff4c51;border-width:2px}@media(max-width:575.98px){.numeral-mask-wrapper .numeral-mask{padding:0!important}.numeral-mask{margin-inline:1px!important}}.light-style .authentication-wrapper .authentication-bg{background-color:#fff}.light-style .auth-cover-bg-color{background-color:#f8f7fa}.dark-style .authentication-wrapper .authentication-bg{background-color:#2f3349}.dark-style .auth-cover-bg-color{background-color:#25293c}
