body{
	background-color: #bb461a;
	background-image: url(../imag/fondos/manos-login.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
}
.contenido-g {
	
}
.contenedor-g{
	margin-top: 80px;
	margin-bottom: 80px;
	display: inline-block;
	background-image: url(../imag/fondos/login.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #d9d8d9;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Montserrat', cursive;
}
.contenedor-g .titulo{
	text-transform: uppercase;
	color: #878787;
	font-size: 1.2em;
	text-align: center;
	padding: 0px;
	margin-bottom: 15px;
}
.imagen{
	margin-top: 80px;
	padding-top: 50px;
	display:none;
}
.form{
	padding-left:30px;
	padding-right:30px;
}
.form label{
	text-transform: uppercase;
	color: #333;
	font-size: 1em;
	text-align: left;
	width:100%;
	float:left;
	margin-bottom:5px;
}
.form input{
	font-family: 'Montserrat', cursive;
	color: #1D1D1B;
	font-size: 1em;
	text-align: left;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #F2F2F2;
}
.bot .input{
	font-family: 'Montserrat', cursive;
	text-transform: uppercase;
	color: #1d1d1d;
	font-size: 1.2em;
	text-align: center;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #dadada;
}
.recuperar{
	font-family: 'Montserrat', cursive;
	color: #333;
	font-size: 1em;
	text-align: center;
	width: 100%;
}
.recuperar p{
	margin-bottom:5px;
}
.recuperar a{
	font-family: 'Montserrat', cursive;
	color: #005FAA;
	text-decoration: none;
	
}
.recuperar a:hover{
	font-family: 'Montserrat', cursive;
	color: #005FAA;
	text-decoration:underline
	
}
@media (min-width: 768px) {
.imagen{
	display:block;
}
}
	
@media (min-width: 992px) {

}
	
@media (min-width: 1200px) {

}
