html, body{
    height: 100%
  }

.top-middle{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
}

/*validation text size*/

.has-text-danger{
    font-size: 0.75rem
}

.yellow{
    background-color: #e5b300;
}

.row{    
    margin-top: 5px;
    margin-bottom: 5px;
}

#panel-login{
    height: 100%;
}

/*pagination*/

.pager .pagination>li>a,
.pager .pagination>li>span {
    color: #343a40;
}
.pagination>li.page-item.active>a {
    border: 1px solid #343a40;
  background: #343a40;
  color: #fff;
}

.title-welcome-text{
    text-align: center;
}

.btn-dark{
    width: 100%;
    background-color: black;
    color: blanchedalmond;
    height: 50px;
}

.s-mb{
    margin-bottom: 10rem !important;
}
.l-mb{
    margin-bottom: 1rem !important;
}

.top-20{
    top: 10px;
}
.bottom-20{
    bottom: 20px;
}

.header-login{
    background-color: #319EA6;
}

.login-title{
    text-align: center;
}
.card{
    border: none;
}
.login-body{
    background-color: black;
    padding-left: 10%;
    padding-right: 10%;

    border-width: 10px;
    border-style: solid;
    border-color: black;

}
.title-card-text{
    color: white;
    font-size: 1.4rem;
}

.card-link a{
    color: #e5b300;
}

.header-login-logo{
    margin-top: 5px;
    margin-bottom: 5px;
    width: 25%;
    margin-left: 40%;
}

#privacy{
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 15px;
    padding: 10px;
    border: 2px solid #4A4A39;
}
.privacy-body{
    color: #4A4A39;
    font-size: 1rem;
}




.privacidad {
    transform : scale(1.5);
    display: inline-flex;
    position: relative;
}



.form-control{
    background-color: black;
    border-width: 1px;
    border-style: solid;
    border-color: #e5b300;
}

.form-control::placeholder {
    color: #e5b300;
    opacity: 1; /* Firefox */
  }
  
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #e5b300;
}
  
.form-control::-ms-input-placeholder { /* Microsoft Edge */
   color: #e5b300;
}

.form-control:focus {
    color: #e5b300;
    background-color: rgb(61, 61, 61);
    border-color: #3d3d3d;
    outline: 0;
}


.footer-login{
    background-color: #319EA6;
    color: #FFF;
    position: absolute;
    bottom: 0;

}
.footer-text-loqueleo{
    text-align: left;
}

/*@media only screen and (max-width: 510px) {*/

@media (min-width: 576px){
        .row{    
            margin-top: 50px;
            margin-bottom: 0px;
        }
    
        .header-login{
            height: 90px;
        }
    
        footer{
            width: 100%;
            height: auto;
        }
    
        .footer-text-loqueleo{
            text-align: center;
        }

        footer{
            font-size: 0.8rem;
        }
        footer img {
            max-width: 100%;
        }
        .f-cinta {
            padding-left: 20px;
            padding-right: 10px;
        }
}


@media (min-width: 768px) {
    /* For mobile phones: */
    /*[class*="col-"] {
      width: 100% !important;
    }*/

    .row{    
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .header-login{
        height: 190px;
    }

    footer{
        color: #FFF;
        width: 100%;
        height: auto;
    }

    .footer-text-loqueleo{
        text-align: center;
    }

}

@media (min-width: 992px) {
    /* For mobile phones: */
    /*[class*="col-"] {
      width: 100% !important;
    }*/

    .row{    
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .header-login{
        height: auto;
    }

    footer{
        width: 100%;
        height: auto;
    }

    .footer-text-loqueleo{
        text-align: left;
    }

    .top-20{
        top: 0px;
        padding-top: 10px;
    }
    .bottom-20{
        bottom: 20px;
    }
    .menu-footer{
        margin-bottom: 0px;
    }
    .header-login-logo{
        width: 20%;
        margin-left: 40%;
    }

}

@media (min-width: 1200px) {
    /* For mobile phones: */
    /*[class*="col-"] {
      width: 100% !important;
    }*/

    .s-mb {
        margin-bottom: 15rem !important;
    }

    .c-mb{
        margin-bottom: 4rem !important;
    }

    .login-title {
        text-align: center;
        font-size: 2rem;
    }
    .title-welcome-text{
        font-size: 1rem;
    }

    .row{    
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .header-login{
        height: auto;
    }

    footer{
        width: 100%;
        height: auto;
    }

    .footer-text-loqueleo{
        text-align: left;
    }

    .top-20{
        top: 0px;
        padding-top: 10px;
    }
    .bottom-20{
        bottom: 20px;
    }
    .menu-footer{
        margin-bottom: 0px;
    }
    .header-login-logo{
        width: 20%;
        margin-left: 40%;
    }
}

