﻿body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.divFondo {
    padding: 0;
    border-radius: 0 1rem 1rem 0;
    background-image: url(../../Images/imagenLogin.jpg) /*url('/PortalDeAspirantes/PortalAspirantesRegistroPosgrado/Images/imagenLogin.jpg')*/;
    background-size: cover;
}

.text {
    text-align: left !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif !important;
    color: white !important;
    padding-bottom: 6px;
}

.text-danger-ibero {
    display: block;
    color: #fff;
    background-color: #e72c54;
    padding-left: .5rem;
    padding-top: .5rem;
    margin-top: -.5rem;
    border-radius: 0 0 .5rem .5rem;
}

.form-group {
    margin-bottom: .5rem;
}

/*Estilos para el modal spinner*/
/* Estilos para el modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

/* Estilos para el spinner */
.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    /*margin: 0 auto;*/
}

@@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Fin estilos para el modal spinner*/

.icon {
    padding: 10px;
    max-height: 50px;
    max-width: 25px;
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.fa {
    color: #e72c54;
}

.fa-asterisk {
    font-size: .7rem;
    margin-left: .2rem;
}

.control-label.text {
    display: flex;
}
