/*@charset "UTF-8";*/
/*Resetear las propiedades por defecto*/
@import url('https://fonts.googleapis.com/css?family=Numans');

#mainNav{
    /*background-color: transparent !important;
    position: absolute;*/
    /* background-color: red !important; */
    /*rgba(030,030,030,0.2)  !important;*/
    color: Blue !important;
    position: fixed !important;
    left: 0;
    right: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    z-index: 10;
    /*justify-content: center !important;*/
}
#mainNav div a
{
	/* color: White; */
	}
footer{
  background-color: rgba(0,0,0,0.7);
   color: white;
  padding: 30px 0px 0px 0px ;
  bottom:auto;  
}

#ConveniosMenu {
    background-image: url('../imagenes/laboratory01.jpg');
}	



/* Login */

html, body {
    background-image: url('../imagenes/laboratory02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: auto;
    font-family: 'Numans', sans-serif;
}

#container1{
height: 100%;
width:100%;
height:100%;
position: absolute;
left: 0px;
top: 0px;

}

.card{
height: 370px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.5) !important;
	top: 0px;
	left: -15px;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 50px;
background-color: #FFC312;
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: black;
background-color: #FFC312;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}


#PacientesExamenes {
    background-image: url('../imagenes/laboratory03.jpg');
    height: 100%;
    width: auto;
}

#Medicos {
    background-image: url('../imagenes/laboratory06.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: auto;
}	