/*TIPOGRAFIA*/
@font-face { 
    font-family: "Bi_Neo_Regular";
    src: url(../fonts/Bi_Neo/BiNeoIndustrial-Regular.ttf);
}

@font-face { 
    font-family: "AndesNeue-Medium";
    src: url(../fonts/Andes_final/AndesNeue-Medium.otf);
}

/*imput numericos*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

input[type=number] { -moz-appearance:textfield; }

.espaciado{
    margin-top: 5px ;
}

.margensuperior {
    margin-top: 200px !important;
}
.margin-logo{
        margin-top: 74px;
}

.bordeblanco {
    border-left: 2px solid white;
} 

.loginbackground {
    height: 100%;
    background-size: 100% 100%;
    width: 100%;
    background-image: url("../img/Login/fondo.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    color: white;
    position: fixed;
    z-index: -2;
    transform: translate3d(0, 0, 0);
}

.colormenu {
    background: #bdd1fb24 50%;
    border-radius: 75px 0px;
    padding-bottom: 70px;
}

/* Contenido*/
h1 {
    color: #001B71;
    font-size: 27px;
    font-weight: bold;
}

h3 {
    color: #001B71;
    font-size: 18px;
    font-weight: bold;
}

h6 {
    color: #001B71;
    font-size: 12px;
    font-family: "AndesNeue-Medium" !important;
}
.form-special {
    padding-top: 72px;
}

/*links */
a.linkbibusca h6 {
    color: white;
    font-weight: 500; 
}

a.linkbibusca h6:hover {
 color: white;
 text-decoration: underline;
}

/* botones*/
.backcolor{
	height: 87px;
    width: 100%;
    display: block;
    float: left;
    position: relative;
    border-radius: 3px;
    background-color: #001E7C;
    padding-top: 6px;
}

.button.hollow {
    color: white;
    margin-top: 1rem;
    height: 40px;
   /* width: 305PX;*/
    background-color: #000000;
    font-family: "AndesNeue-Medium" !important;
    border-radius: 12px;
    border-color: white;
    padding-left: 29px;
}

.button.hollow:hover, .button.hollow:focus {
    color: white!important;
    background-color: #1D7695;
    border: 1px solid white;
}

h3.buttonh3star{
	color: white;
    margin-top: 2px;
}

.form-error {
    display: none;
    margin-top: 0rem;
    /* margin-bottom: 1rem; */
    font-size: 0.75rem;
    font-weight: 600;
    color: #ffffff;
    background: #F23D53;
    float: right;
    text-align: center;
    border: solid 1px #F23D53;
    width: 150px;
    margin-top: -1rem;
}

/*inputs*/


.form-special [type='text']:focus, .form-special [type='password']:focus, .form-special [type='number']:focus, .form-special [type='email']:focus, .form-special select:focus {
    background-color: white;
    color: black;
    border-radius: 5px !important;
}

.colorloginuspas input[type="text"],[type="password"].backcolorinput {
    color: black;
    font-family: "AndesNeue-Medium" !important;

}


label.colorloginuspas {
    color: white;
    font-weight: 600;
    font-family: "AndesNeue-Medium" !important;
}

/*login*/
h1.titlelogin {
    color: white;
    font-family: Bi_Neo_Regular !important;
    font-size: 35px;
    margin-left: -4px;

}

.inner-addon .glyphicon {
    position: absolute;
    padding-top: 38px;
    padding-left: 34px;
    padding-right: 34px;
    padding-bottom: 34px;  
    color: #8C8C8C;
}

.right-addon .glyphicon {
    right: -6px!important;
    color: #8C8C8C;
}

.right-addon input {
    padding-right: 10px;
    border-radius: 5px;
}

.inner-addon {
    position: relative;
}

span.glyphicon.icon-ingresar {
        position: absolute;
        padding-top: 12px;
        padding-left: 24px;
        padding-right: 13px;
        padding-bottom: 13px;
    }


/*logo*/
img.imgprincipallogo {
    max-width: 290px;
    display: block;
    max-height: 173px!important;
    margin-bottom: 85px;
    text-align: left;
}

/*errores*/
label.colorloginuspas.is-invalid-label {
    color: #f23d53 !important;
}
.date_birth_error{
    width: 200px !important;
}
/*input[type='date']:focus,.is-invalid-input:not(:focus) {
    color: #f23d53 !important;
}
*/

/* -------------------------- MEDIAQUERYS / RESPONSIVE ------------------------- */
@media (max-width:1022px) and (min-width: 727px){

     span.glyphicon.icon-ingresar {
        position: absolute;
        padding-top: 12px;
        padding-left: 40px;
        padding-right: 13px;
        padding-bottom: 13px;
    }

    .margin-logo{
        margin-top: 87px !important;
    }
    h1.titlelogin {
        margin-left: 13px !important;
    }
    .espaciado {
        margin-top: 10px ;
        margin-left: 25px;
        padding-left: 5px;

    }
    img.imgprincipallogo {
        max-width: 230px !important;
    }
    .colormenu {
        margin-left: -3px;
    }
}


@media (max-width:726px) and (min-width: 640px){

     span.glyphicon.icon-ingresar {
        position: absolute;
        padding-top: 12px;
        padding-left: 20px;
        padding-right: 13px;
        padding-bottom: 13px;
    }
    .margin-logo{
        margin-top: 97px;
    }
    h1.titlelogin {
        margin-left: 13px !important;
    }
    .espaciado {
        margin-top: 10px ;
        margin-left: 20px;
    }
    img.imgprincipallogo {
        max-width: 200px !important;
    }
    .colormenu {
        margin-left: -3px;
    }
}

@media (max-width: 639px){

    span.glyphicon.icon-ingresar {
    position: absolute;
    padding-top: 12px;
    padding-left: 35px;
    padding-right: 13px;
    padding-bottom: 13px;
}
    .margensuperior {
    margin-top: 50px !important;
}
.espaciado {
        margin-top: 30px ;
    }
   
    h1.titlelogin {
        font-size: 40px;
        text-align: center !important;
    }

.margin-logo{
        margin-top: 72px;
    }

.bordeblanco {
    border-left: 0px solid white;
}

img.imgprincipallogo {
    margin-left: 100px;
    margin-bottom: 55px;
}

/*INPUT*/
.right-addon input {
    padding-right: 8px;
    border-radius: 5px;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}
}

@media (max-width: 400px){

img.imgprincipallogo {
    margin-left: 10px;
}

span.glyphicon.icon-ingresar {
    position: absolute;
    padding-top: 12px;
    padding-left: 17px;
    padding-right: 13px;
    padding-bottom: 13px;
}


}