@CHARSET "ISO-8859-1";

.form-login {
	background: #fff;
	/* border: 1px solid #a7a7a7; */
	width: 100%;
}

.content-login {
	padding: 0px 20px;
}

.logo {
	display: block;
	background-image: url(/images/frontOfficeImages/ha_logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-size: 270px 80px;
	width: 270px;
	height: 80px;
	margin: auto;
	margin-top: 30px;
}

.or {
	margin-top: 20px;
}

.inputs {
	margin-top: 30px;
}

.inputs i {
	z-index: 999999;
	display: block;
	color: #767676;
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
}

.inputs input[type="text"],.inputs [type="password"],.inputs [type="email"]
	{
	width: 290px;
	height: 25px;
	padding-left: 33px;
	font-size: 13px;
}

.button-login {
	margin-top: 10px;
}

.button-login input[type="submit"] {
	width: 327px;
	font-size: 14px;
}

input,button,select,textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-large {
	padding: 5px 12px;
	font-size: 14px;
	line-height: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.footer-login {
	height: 20px;
	/* border-top: 1px solid #a7a7a7; */
	margin-top: 20px;
	padding: 10px 20px;
	color: #535457;
}

.footer-login a {
	text-decoration: underline;
}

#signin {
	color: #2c93dd;
	float: right;
}

input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

.btn {
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15)
		rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(to bottom, #fefefe, #f3f3f3);
}

.ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only ui-dialog-titlebar-close
	{
	visibility: hidden;
}

#logo1 {
	cursor: default;
}

