.authentication-wrapper {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.reset-password-card {
    width: 100%;
    max-width: 450px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.card-body {
    padding: 2.5rem;
}

.form-password-toggle {
    position: relative;
}

.input-group-text {
    cursor: pointer;
    background-color: transparent;
    border-left: 0;
}

.form-control:focus {
    border-color: #696cff;
    box-shadow: 0 0 0 0.2rem rgba(105, 108, 255, 0.25);
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.btn-primary {
    background-color: #696cff;
    border-color: #696cff;
    padding: 0.625rem 1.25rem;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #5f61e6;
    border-color: #5f61e6;
}

.reset-password-icon {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

h4 {
    color: #566a7f;
    font-weight: 600;
    margin-bottom: 1rem;
}

.password-requirements {
    font-size: 0.875rem;
    color: #697a8d;
    margin-top: 0.5rem;
    padding-left: 1rem;
}

.password-requirements li {
    margin-bottom: 0.25rem;
}
