﻿.login-container {
    max-width: 400px;
    margin: auto;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    margin-top: 100px;
}

    .login-container h1 {
        font-size: 28px;
        margin-bottom: 1.5rem;
        text-align: center;
        color: #007bff;
    }

.form-label {
    font-weight: bold;
}

.btn-custom {
    background-color: #007bff;
    color: white;
    transition: background-color 0.3s;
    font-weight: bold;
}

    .btn-custom:hover {
        background-color: #0056b3;
    }

.text-center a {
    color: #007bff;
    text-decoration: none;
}

    .text-center a:hover {
        text-decoration: underline;
    }

.footer-links {
    margin-top: 1rem;
    font-size: 0.9rem;
}

/* Para alinear los radio buttons en una fila */
.form-check-inline {
    display: inline-block;
    margin-right: 15px;
}

.form-check-label i {
    margin-right: 8px;
}
