body {
	background-position: -100px 0px;
    background-size: contain;
}
/* #login_wrapper {
    background-color: #fff;
    border: 0px;
} */
.modal-footer {margin-top: 20px;}
.tdi_logo {
    background-size: 230px;
    background-position: center center;
    height: 200px;
    text-align: center;
}
#title_intra {
    align-items: end;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px !important;
	margin: auto;
	color:#004C97;
}
.ui-dialog .ui-dialog-content {
    background-color: #ffffff !important;}

.titulo-credenciales{
    margin-top: 15px;
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

#log_user_aux{
    margin-top: 10px;
    background-repeat: no-repeat;}
#log_pass_aux{
	margin-top: 10px;
    
    background-repeat: no-repeat;}
.input-group-addon{
	position: absolute;
    z-index: 9;
    color: #fff;}
.input-group-addon .icono {
    color: #555;
    font-size: 18px;
    padding-top: 7px;
}
.input-group-addon .glyphicon-lock{top:11px;}
.input-group .form-control{
	border:1px solid #555555;
	border-radius: 10px !important;
    background-color: #cccccc;
	/*background: rgb(55,127,128);
    background: linear-gradient(90deg, rgba(55,127,128,1) 0%, rgba(73,165,179,1) 50%, rgba(25,70,117,1) 100%);*/
    color:#555555;}
.input-group .form-control::placeholder{
    color:#555555;}
#keypad {
    display: none;
}
#btn_ingresar {
	margin-top: 30px;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    border-radius: 10px;
    color: #004C97;

    
    width: 100%;
}
#btn_ingresar_docente {
	margin-top: 30px;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    border-radius: 10px;
    color: #004C97;
    width: 100%;
}
/* #btn_ingresar:hover{background: #004C97 !important;
color: #ffffff;
} */

#btn_olvideclave {
	margin-top: 30px;
    background-color: #004C97 !important;
    border-color: #ffffff !important;
    border-radius: 10px;
    color: #ffffff;

    
    width: 100%;
}
/* #btn_olvideclave:hover{
    background: #ffffff !important;
    color: #004C97;
} */

.btn-sesion{
	background-color: #e7ebf0;
	color: #004C97 !important;
    text-align: center;
    float: left;
    width: 100%;
    line-height: 34px;
    border-radius: 10px;
}
.btn-sesion:hover, .btn-sesion:focus{
    text-decoration: none; outline: none;}
#form_filtro p {
    margin: 7% 0% 5% 10%;
}
.box-last{max-width: 300px; margin: auto;font-weight: 300;}
.box-last label{font-family: 'Titillium Web', sans-serif !important; font-weight: 300;}
.box-last a{float: right;font-size: 14px !important;}
.box-last input[type=checkbox] {
    margin: 3px 3px 0px 0px;
    float: left;
}
@media (max-width: 1024px) {
body {
    background-size: cover;
}
}