@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
}
body,html{
	height:100%;
}
.clearfix{
	clear:both;
}
#container{
	min-height:100%;
}
body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	background:rgb(45,62,80);
}
input[type="text"], input[type="password"], textarea, select {
    outline: none;
}
form{
	width:60%;
	max-width:600px;
	min-height:400px;
	padding:20px 0 40px 0;
	border-radius:4px;
	background:#fefefe;
	margin:100px auto 50px auto;
}
.form-img{
	text-align:center;
	width:100%;
	margin-bottom:20px;
}
.form-img img{
	max-height:65px;
}
form h3{
	width:100%;
	text-align:center;
	color:#515151;
	margin-bottom:30px;
}
.form-element{
	width:90%;
	margin:5px 5%;
}
.form-element label{
	width:33%;
	float:left;
	padding-right:1.5%;
	text-align:right;
	font-size:14px;
	line-height:30px;
	font-weight:600;
}
.form-element input[type=text],.form-element input[type=password]{
	width:53%;
	background:#f1f3fa;
	border:none;
	height:30px;
	line-height:30px;
	padding:0 1.5%;
}
.select{
	display:inline-block;
	position:relative;
	width:56%;
	background:#f1f3fa;
	border:none;
	height:30px;
	line-height:30px;
	padding:0;
}
.select .arr{
	position:absolute;
	right:9px;
	line-height:30px;
	height:30px;
}
.select .arr i{
	line-height:30px;
	color:#2d3e50;
	font-weight:700;
}
.select select{
	background:none;
	height:100%;
	width:97%;
	padding:0 1.5%;
	border:none;
	background:none;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.form-element button{
	background:#e48425;
	color:#fff;
	text-align:center;
	height:36px;
	line-height:34px;
	border:2px solid #e48425;
	font-weight:600;
	padding:0 20px;
	margin-top:20px;
	border-radius:4px;
	cursor:pointer;
	transition:ease 0.25s;
}
.form-element button:hover{
	background:#fff;
	color:#e48425;
}
.center{
	text-align:center;
}
#errorMsg{
	color:#f36a5a;
	width:90%;
	padding:5px 5% 10px 5%;
	font-size:13px;
	font-weight:600;
	text-align:center;
}
#errorMsg .success{
	color:#4db3a4 !important;
}
#loginForm .terms{
  margin: 15px auto 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: right;
	display: block;
	width: 80%;
}
#loginForm .terms a{color:#e48425;}
