
html {
	height: 100%;
}
body{
	height: 100%;
	font-family: 'Poppins', sans-serif;
}
.file {
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
	position: absolute;
}


.file-input label {
	display: block;
	position: relative;
	/*width: 150px;*/
	height: 50px;
	/*border-radius: 25px;*/
	background-color: #977a3e;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	transition: transform .2s ease-out;
}

.file-name {
	position: absolute;
	bottom: -65px;
	left: 10px;
	font-size: 0.85rem;
	color: #555;
}
h1, h2, h3, h4
{
	color:#977a3e ;
}
a{
	color:#977a3e ;

}
h5{
	color:#9fa1a4;
	
}
/* Boton login */
.login-css{
	background-color: #977a3e ;border:0px; color: white;	
}
.login-css:hover{
	background-color: #ad8e51 ;border:0px; color: white;	
}
.list-group-css{
	background-color: #fff !important; margin-bottom: 10px; color: #977a3e   
}
.list-group.css:hover{
	background-color: #ad8e51	
}
label{
	color:#9fa1a4;
}
.form-control{
	color: #ad8e51	


}
.boton:hover{
 font-weight: bold;
	color: #ad8e51	

}
a:hover {
	font-weight: bold;
	color: #ad8e51	
}
button:hover{
	color: #ad8e51	
	font-weight: bold;

}
