body.login{
	/*height: 100vh;
	margin: 0;
	padding: 0;*/
	font-family:  "HelveticaNeueThin", "HelveticaNeue-Thin", "Helvetica Neue Thin", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Arial", sans-serif;
	font-weight:200;
	font-stretch:normal;
	display: flex;
	/*flex-wrap: wrap;*/
	align-items: center;
	justify-content: center;
	background-position: right bottom;
}

div.login{
	margin-top: 80px;
	margin-left: 20px;
}
.imagen{
	width: 519.245px;
}

/*label{
	width: 483.918px;
	height: 59px;
	font-size: 28px;
	letter-spacing: 3pt;
}
*/
#divLogin{
	position: absolute;
}
#divLogin input,
#divLogin input::-webkit-input-placeholder{
	font-size: 15px;
	border: none;
	color: #808285;
	font-weight:200;
	width: 473px;
	height: 44px;
	letter-spacing: 2px;

}
#divLogin input{
	margin-bottom: 6px;
	background-color: #F1F2F2;
	border: none;
	color: #808285;
	font-weight:200;
	width: 473px;
	height: 44px;
	letter-spacing: 2px;
	font-stretch:normal;
}
body{
	background-position: left bottom !important;
}