#reset-wrapper {
    min-height: 100vh;
}

.card-reset {
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-color: #ffffff;
}

.card-reset:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.card-reset-title {
    color: #333;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    position: relative;
}

.card-reset-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #4285F4;
}

.card-reset-form-control {
    border-radius: 8px;
    padding: 14px 18px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.card-reset-form-control:focus {
    border-color: #4285F4;
    box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.2);
}

.card-reset-form-group {
    margin-bottom: 1.5rem;
    position: relative;
}

.card-reset-btn-primary {
    border-radius: 12px !important;
    border: 1.5px solid #e0e0e0 !important;
    color: #21316c !important;
    background: #f3f6ff !important;
    font-weight: 600 !important;
    padding: 7px 18px !important;
    box-shadow: 0 2px 8px #0002 !important;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s !important;
}

.card-reset-btn-primary:hover,
.card-reset-btn-primary:focus {
    background-color: #357AE8;
    border-color: #357AE8;
    transform: translateY(-2px);
}

.btn-back-login {
    border-radius: 12px;
    font-weight: 500;
    color: #374151;
}
