.auth-container{background:var(--White);justify-content:center;align-items:center;gap:40px;min-height:100vh;padding:40px 30px;display:flex}.auth-form{background:var(--White);border-radius:12px;flex-direction:column;gap:18px;width:512px;padding:40px 35px;display:flex}.login-header{justify-items:left;margin-bottom:5px}.login-header h2{color:var(--Primary);margin-bottom:10px;font-size:26px;font-weight:600}.login-header p{color:var(--Text1);margin-top:5px;font-size:14px}.auth-form input,.auth-form .textbox-wrapper{width:100%}.auth-form .textbox-wrapper{flex-direction:column;gap:5px;display:flex}.auth-form .textbox-wrapper label{color:var(--Text1);font-size:14px}.auth-form button{background:var(--Primary);color:var(--White);cursor:pointer;border:none;border-radius:8px;padding:12px;font-size:16px;transition:all .3s}.auth-form button:hover{background:#0056b3}.btn-white{background:var(--White);color:var(--White);border:1px solid var(--Grey3);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:12px;font-size:16px;transition:all .3s;display:flex}.btn-white:hover{background:var(--Grey1)}.btn-txt{color:var(--Text1)}.auth-form p{text-align:left;color:var(--Text1);margin-top:5px;font-size:16px}.auth-form p a{color:var(--Primary);font-weight:500;text-decoration:none}.auth-form p a:hover{text-decoration:underline}.auth-form .success-message{text-align:center;color:var(--Green);margin-top:10px;font-size:14px}.back-box{justify-content:flex-start;align-items:center;margin-top:16px;display:flex}.back-link{color:#333;align-items:center;gap:8px;margin-bottom:20px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.back-link:hover{color:#0070f3}.left-icon img{width:18px;height:18px;display:block}.right-text{line-height:1.4}.greylines{color:var(--Grey3);justify-content:center;align-items:center;gap:5px;display:flex}.left-line,.right-line{border-top:1px solid var(--Grey2);width:90px}.leftImgForget,.rightImgForget{flex-shrink:0;justify-content:center;align-items:center;display:flex}.rightImgForget img{width:380px;height:auto}
