.login-page .login-box {
    width: 380px;
}

.login-box-msg {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.login-page .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.login-page .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.login-logo img,
.register-logo img {
    width: 100%;
    height: 100%;
}

.login-text {
    font-size: 0.8750rem;
}

.input-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.digit-input {
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.digit-input:focus {
    border-color: #007BFF;
    outline: none;
}

#background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Fondo negro con transparencia */
    z-index: -1; /* Para que esté detrás del contenido */
}
