@charset "utf-8";
/* CSS Document */

/*HEADER*/
header {background: #03051c url("../img/header-bg.jpg") center center; background-size: cover;}

/*boton cierre*/
.close {font-family: 'Raleway', sans-serif; font-size: 1em;}
/*las modificaciones afectan al botón de cerrar sesión también*/

/*floating logos*/
.floating-logo {position: absolute; width: 100%; text-align: center; margin-top: -40px;}
.floating-logo img {width: 230px;}

/*FORM*/
label {font-size: 0.85rem; font-weight: 500; margin: 0; color: #666;}
.form-control {border: 1px solid #9fa4aa;}
.form-control::-webkit-input-placeholder {color: #A9A9A9;}
.form-control:-ms-input-placeholder {color: #A9A9A9;}
.form-control::placeholder {color: #A9A9A9;}
.form-error {display: block; color: red; border-top: solid 1px red; margin-top: 2px;}


/*NUMERO COMPETENCIA*/
fieldset {border: solid 2px #EFEFEF; border-radius: 0.5em; padding-bottom: 0.5em;}
legend {display: inline-block; width: auto; margin: auto; font-size: 1em; padding: 0.5em;}
fieldset h1 {font-weight: 700; font-size: 3em;}


/**PAGINACIÓN**/
.pagination .page-link {color: #343a40;}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

