body,html{
	height: 100%;
}

.loho{
	height: 36px;
	margin-bottom: 10px;
}
.lgoin{
	padding: 29px 24px 5px;
}
*{
	color: #6a6a6a;
	font-family: Arial;
}
.fs-14{
	font-size: 14px;
}
.spacing{
	letter-spacing: 1px;
}
h3{
	font-size: 24px;
	margin:15px 5px;
}
form{
	max-width: 358px;
}
.input{
	width: 100%;
	height: 34px;
	border:0;
	border-bottom: 1px solid #e3e3e4;
	outline: none;
}
.fied{
	margin-top: 35px;
}
.fied label{
	bottom: 5px;
	position: absolute;
	left: 5px;
}
.input:valid ~ label{
	bottom: 32px;
	font-size: 13px;

} 
.h45{
	height: 45px;

}
input[type=checkbox]{
	height: 18px;
	width: 18px;
}
.input:focus{
	border-color: #f60!important;
}
.btn-primary{
	background: #f60!important;
	border-color: #f60!important;
	font-size: 12px;
	height: 41px;
}
.text-primary{
	color: #f60!important;
}
.mb-45{
	margin-bottom: 45px;
}
.fs-12{
	font-size: 12px;
}
.alert{
	padding:  12px 16px !important;
}
.fs-14{
	font-size: 14px;
}
footer{
	font-size: 11px;
}
.ojos{
	visibility: hidden;
	right: 0px;
}
.input:valid ~ .ojos{
	visibility: visible;

} 
@media (max-width: 590px){
	.fied{
		margin-top: 20px;
	}
	.mb-45{
		margin-bottom: 13px;
	}
}