*{
    margin: 0;
    padding: 0;
}
/* SLIDER */
.slider-cover{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.hijo{
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    width: 100%; 
    height: 40%; 
    margin: auto;
}
.padre{
    position: relative;
    background-color:#003a0875;
}
.row-ajuste{
    margin-right: 0;
}
/* FORMULARIO */
.bg-degradado {
    background-size: cover;
    background: linear-gradient(
90deg
, rgb(58 51 181) 0%, rgb(91 91 216) 35%, rgba(0,212,255,1) 100%) !important;
}
/* LOGIN */
.div-medio {
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-fondo{
    background-color:  #0275bf40;
    max-width: 450px;
}
.text-blanco-user{
    color: rgb(255, 255, 255,0.8);
}
.bg-btn{
    background-color: #66c12cbf;
    background-color: #66c12cbf;
    color: rgb(255, 255, 255,0.8);
}
.bg-btn:hover{
    background-color: #579e2a;
    border-color: #579e2a;
    color: rgb(255, 255, 255);
}