/**
* Acceso
*/

.bg-acceso{
    background: url('media/background-acceso.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
}

@media screen and (max-width: 768px) {
    .bg-acceso{
        
    }
}


.acceso-renctangulo, .acceso-renctangulo-registro{
    min-width: 300px;
    width: 400px;
    background-color: rgba(255,255,255,0.8);
}
.acceso-renctangulo-registro{
    width: 800px;
}

.no-link{
    color: initial;
    text-decoration: none;
}

.fs-xs{
    font-size: 9px;
}



/*
Rescritura de colores, en botones
*/
.btn-primary {
    color: #fff;
    background-color: #B01657 !important;
    border-color: #B01657 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2e50c9;
    border-color: #4f76ff;
}

#correo{
    background-color: #fbf3f6;
    border: 1px solid #B01657 !important;
}