.forgot-password-container{background-color:var(--background);width:100%;max-width:1920px;height:100vh;margin:0 auto;display:flex}.forgot-password-container .forgot-password-left{flex:1;justify-content:center;align-items:center;height:100%;display:flex}.forgot-password-container .forgot-password-left .forgot-password-logo{letter-spacing:0%;background:var(--logo-color);-webkit-text-fill-color:#0000;text-align:center;-webkit-background-clip:text;background-clip:text;font-family:Inter,sans-serif;font-size:128px;font-weight:700;line-height:144px}.forgot-password-container .forgot-password-right{flex:1;justify-content:center;align-items:center;height:100%;display:flex}.forgot-password-container .forgot-password-right .forgot-password-right-wrapper{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;width:100%;max-width:372px;display:flex}.forgot-password-container .forgot-password-right .forgot-password-right-wrapper .forgot-password-greeting{color:var(--foreground);flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.forgot-password-container .forgot-password-right .forgot-password-right-wrapper .forgot-password-greeting .forgot-password-greeting-title{letter-spacing:0%;color:inherit;font-family:Inter,sans-serif;font-size:32px;font-weight:500;line-height:48px}.forgot-password-container .forgot-password-right .forgot-password-right-wrapper .forgot-password-greeting .forgot-password-greeting-description{letter-spacing:0%;color:inherit;text-align:center;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px}.forgot-password-container .forgot-password-right .forgot-password-right-wrapper .forgot-password-form{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;width:100%;display:flex}.forgot-password-container .forgot-password-right .forgot-password-right-wrapper .forgot-password-form .forgot-password-form-item{flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;width:100%;display:flex;position:relative}.forgot-password-container .forgot-password-right .forgot-password-right-wrapper .forgot-password-form .forgot-password-form-item .forgot-password-item-label{letter-spacing:0%;color:var(--foreground);font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px}.forgot-password-container .forgot-password-right .forgot-password-right-wrapper .forgot-password-form .forgot-password-form-item .forgot-password-item-input{border:1px solid var(--search-border-color);background-color:var(--bg-input);width:100%;color:var(--foreground);border-radius:5px;padding:10px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:border-color .2s}.forgot-password-container .forgot-password-right .forgot-password-right-wrapper .forgot-password-form .forgot-password-form-item .forgot-password-item-input:focus{border-color:var(--dt-accent);outline:none}.forgot-password-container .forgot-password-right .forgot-password-right-wrapper .forgot-password-form .forgot-password-form-item .forgot-password-item-input::placeholder{color:var(--foreground-placeholder)!important}.forgot-password-container .forgot-password-right .forgot-password-right-wrapper .forgot-password-form .forgot-password-form-item .forgot-password-item-error{color:#ef4444;font-size:12px;position:absolute;top:10px;right:0}.forgot-password-container .forgot-password-right .forgot-password-right-wrapper .forgot-password-form .forgot-password-form-button{width:100%}.forgot-password-container .forgot-password-right .forgot-password-right-wrapper .forgot-password-form-link{color:var(--foreground);margin-left:auto;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.forgot-password-container .forgot-password-right .forgot-password-right-wrapper .forgot-password-form-link:hover{color:var(--dt-accent)}
