.auth-container{min-height:100vh;width:100%;flex-direction:column;gap:30px;padding:10px;background:linear-gradient(135deg,rgba(102,126,234,.03),rgba(118,75,162,.03))}.auth-container,.form-container{display:flex;align-items:center;justify-content:center}.form-container{padding:40px 20px;background-color:var(--color-white)!important;border-radius:16px;max-width:460px;width:98%;box-shadow:0 4px 20px rgba(0,0,0,.08)}.auth-container span{color:#2c3e50;font-weight:500}.auth-container span a,.pwd-forgot-password a{color:#667eea!important;position:relative;padding:1px 3px;font-weight:600;transition:color .3s ease}.auth-container span a:before,.pwd-forgot-password a:before{content:"";position:absolute;border-bottom:2px solid #667eea;left:0;top:0;height:100%;width:0;transition:width .3s ease}.auth-container span a:hover,.pwd-forgot-password a:hover{color:#764ba2!important}.auth-container span a:hover:before,.pwd-forgot-password a:hover:before{width:100%;border-bottom-color:#764ba2}.auth-container form{align-items:center;gap:24px;font-weight:500}.auth-container form,.input-wrapper{display:flex;flex-direction:column;width:100%}.input-wrapper{gap:8px;position:relative}.input-wrapper label{font-weight:600;color:#2c3e50;font-size:14px;padding-left:4px}.input-wrapper small{position:absolute;top:100%;right:0;color:var(--color-error);font-size:11px;font-weight:500}.input-wrapper input{border:2px solid #e9ecef;outline:none;height:48px;background-color:transparent;border-radius:10px;padding-left:16px;padding-right:16px;font-size:14px;color:#2c3e50;transition:all .3s ease}.input-wrapper input:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1);outline:none}.auth-container form button{border:none;height:50px;width:100%;max-width:300px;border-radius:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:var(--color-white);font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:16px;box-shadow:0 4px 12px rgba(102,126,234,.3);margin-top:8px}.auth-container form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.auth-container form button:active:not(:disabled){transform:translateY(0)}.auth-container form button:disabled{opacity:.7;cursor:not-allowed}.pwd-forgot-password{width:100%;display:flex;align-items:center;justify-content:flex-end;font-size:14px}.view-password{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:20px;color:#6c757d;transition:color .3s ease}.view-password i{cursor:pointer;transition:all .2s ease}.view-password i:hover{color:#667eea;transform:scale(1.1)}.signup-view-pwd{right:16px;top:70%;transform:translateY(-50%)}@media screen and (max-width:480px){.form-container{padding:30px 15px}.auth-container form button{height:46px;font-size:15px}.input-wrapper input{height:44px}}