﻿body {
}

.forgot-step {
    transition: all 0.3s ease;
}

.alert {
    border-radius: 10px;
    border: none;
}

.alert-info {
    background: #e3f2fd;
    color: #0c5460;
}

.alert-success {
    background: #e8f5e9;
    color: #155724;
}

.theme-btn {
    background: #5897FB;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .theme-btn:hover {
        background: #3a7df8;
        transform: translateY(-2px);
    }

.btn-outline-secondary {
    border: 1px solid #5897FB;
    color: #5897FB;
}

    .btn-outline-secondary:hover {
        background: #5897FB;
        color: white;
    }
