.auth-layout{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.auth-layout__container{flex:1 1;display:flex;align-items:center;justify-content:center;padding:1rem;width:100%}.auth-layout__container>*{width:100%;max-width:450px}.auth-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background-color:#fff;border-bottom:1px solid #e9ecef}.auth-header__home{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#f8f9fa;color:#212529;text-decoration:none;transition:background-color .2s,transform .2s}.auth-header__home:hover{background-color:#e9ecef;transform:translateY(-1px)}.auth-header-wrapper{flex-shrink:0}.auth-card{background-color:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);overflow:hidden}.auth-card__header{background:linear-gradient(135deg,#7cb342,#5a8a2e);padding:2rem;text-align:center;color:#fff}.auth-card__logo{display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.auth-card__logo img{background-color:#fff;padding:.5rem 1rem;border-radius:.375rem;box-shadow:0 2px 8px rgba(0,0,0,.15)}.auth-card__subtitle{font-size:.875rem;opacity:.9}.auth-card__body{padding:2rem}.auth-card__footer{padding:1rem 2rem 2rem;text-align:center;border-top:1px solid #e9ecef;background-color:#f9fafb}.auth-form__group{margin-bottom:1.5rem}.auth-form__label{display:block;font-size:.875rem;font-weight:500;color:#212529;margin-bottom:.25rem}.auth-form__input{width:100%;padding:.5rem 1rem;font-size:1rem;line-height:1.5;color:#212529;background-color:#fff;border:1px solid #dee2e6;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.auth-form__input::placeholder{color:#adb5bd}.auth-form__input:focus{border-color:#7cb342;outline:none;box-shadow:0 0 0 3px rgba(124,179,66,.1)}.auth-form__input:disabled{background-color:#f8f9fa;cursor:not-allowed}.auth-form__input-icon{position:relative}.auth-form__input-icon .auth-form__input{padding-left:2.75rem}.auth-form__input-icon:before{content:"";position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;background-color:#ced4da}.auth-form__error{margin-top:.25rem;font-size:.875rem;color:#e55353}.auth-form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media(max-width:575px){.auth-form__row{grid-template-columns:1fr}}.auth-form__submit{width:100%;padding:1rem;font-size:1rem;font-weight:600;color:#fff;background-color:#7cb342;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .15s ease-in-out}.auth-form__submit:hover:not(:disabled){background-color:#5a8a2e}.auth-form__submit:disabled{opacity:.6;cursor:not-allowed}.auth-form__link{color:#7cb342;text-decoration:none;font-weight:500}.auth-form__link:hover{text-decoration:underline}.auth-form__divider{display:flex;align-items:center;margin:1.5rem 0;color:#adb5bd;font-size:.875rem}.auth-form__divider:after,.auth-form__divider:before{content:"";flex:1 1;height:1px;background-color:#dee2e6}.auth-form__divider:before{margin-right:1rem}.auth-form__divider:after{margin-left:1rem}.auth-alert{padding:1rem;border-radius:.375rem;margin-bottom:1.5rem;font-size:.875rem}.auth-alert--error{background-color:rgba(229,83,83,.1);border:1px solid #e55353;color:#d93737}.auth-alert--success{background-color:rgba(46,184,92,.1);border:1px solid #2eb85c;color:#1b9e3e}