.forgot-password-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#f5f7fa;padding:1rem}.forgot-password-container .forgot-password-card{width:100%;max-width:480px;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.25)}.forgot-password-container .forgot-password-card .card-header{background-color:#0096d7;color:#fff;padding:2rem;text-align:center}.forgot-password-container .forgot-password-card .card-header .logo-container{margin-bottom:1rem}.forgot-password-container .forgot-password-card .card-header .logo-container .logo{height:80px;width:auto}.forgot-password-container .forgot-password-card .card-header .title{font-family:"Segoe UI","Roboto",sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.forgot-password-container .forgot-password-card .card-header .subtitle{font-size:1rem;opacity:.9;margin-bottom:0}.forgot-password-container .forgot-password-card .card-body{padding:2rem}.forgot-password-container .forgot-password-card .card-body .validation-summary{color:#dc3545;margin-bottom:1rem;padding:.5rem;background-color:#fceced;border-radius:4px;border-left:3px solid #dc3545}.forgot-password-container .forgot-password-card .card-body .validation-summary ul{margin-bottom:0;padding-left:1.5rem}.forgot-password-container .forgot-password-card .card-body .input-group{margin-bottom:1.5rem}.forgot-password-container .forgot-password-card .card-body .input-group label{display:block;font-weight:500;color:#0f172a;margin-bottom:.25rem}.forgot-password-container .forgot-password-card .card-body .input-group .input-wrapper{position:relative}.forgot-password-container .forgot-password-card .card-body .input-group .input-wrapper .input-icon{position:absolute;left:.5rem;top:50%;transform:translateY(-50%)}.forgot-password-container .forgot-password-card .card-body .input-group .input-wrapper .form-control{width:100%;padding:1rem;padding-left:calc(.5rem*3 + 20px);border:1px solid #eaeaea;border-radius:6px;font-size:1rem;transition-property:border-color,box-shadow;transition-duration:.3s;transition-timing-function:ease-in-out}.forgot-password-container .forgot-password-card .card-body .input-group .input-wrapper .form-control:focus{outline:0;border-color:#0096d7;box-shadow:0 0 0 3px rgba(0,150,215,.2)}.forgot-password-container .forgot-password-card .card-body .input-group .input-wrapper .form-control.k-invalid{border-color:#dc3545}.forgot-password-container .forgot-password-card .card-body .input-group .validation-message{display:block;color:#dc3545;font-size:.875rem;margin-top:.25rem}.forgot-password-container .forgot-password-card .card-body .button-group{display:flex;flex-direction:column;align-items:center;justify-content:stretch;gap:1rem;margin-top:2rem}.forgot-password-container .forgot-password-card .card-body .button-group .btn-submit{background-color:#0096d7;color:#fff;border:0;padding:1rem;border-radius:6px;font-weight:700;font-size:1rem;cursor:pointer;transition-property:background-color,transform;transition-duration:.3s;transition-timing-function:ease-in-out}.forgot-password-container .forgot-password-card .card-body .button-group .btn-submit:hover{background-color:#0077ad}.forgot-password-container .forgot-password-card .card-body .button-group .btn-submit:active{transform:translateY(1px)}.forgot-password-container .forgot-password-card .card-body .button-group .btn-back{text-align:center;color:#333;text-decoration:none;font-size:1rem;padding:.5rem;transition-property:color;transition-duration:.3s;transition-timing-function:ease-in-out}.forgot-password-container .forgot-password-card .card-body .button-group .btn-back:hover{color:#0096d7}.forgot-password-container .forgot-password-card .card-footer{padding:1rem 2rem;background-color:#eaeaea;text-align:center}.forgot-password-container .forgot-password-card .card-footer .help-text{margin:0;font-size:.875rem;color:#333}.forgot-password-container .forgot-password-card .card-footer .help-link{color:#0096d7;text-decoration:none;font-weight:500;transition-property:color;transition-duration:.3s;transition-timing-function:ease-in-out}.forgot-password-container .forgot-password-card .card-footer .help-link:hover{color:#0077ad;text-decoration:underline}@media (max-width:576px){.forgot-password-container .forgot-password-card .card-body,.forgot-password-container .forgot-password-card .card-header{padding:1.5rem}}