.termsc{
	font-size: 14px;
}
.termsc a{
	color:#5c8dc7;
}
#register{
	min-height:360px;
}
#register .form-element{
	width:29%;
	padding:5px 0;
	padding-left:2%;
	padding-right:2%;
	float:left;
	min-height:90px;
}
#register .form-element:nth-child(1),#register .form-element:nth-child(2),#register .form-element:nth-child(3),#register .form-element:nth-child(9),#register .form-element:nth-child(8),#register .form-element:nth-child(7){
	background:#eff3f9;
}
#register .form-element label{
	width:90%;
	padding-right:0%;
	float:left;
	height:35px;
	line-height:35px;
	font-size:14px;
	font-weight:500;
	color:#2d3a4b;
}
#register .form-element input,#register .form-element select{
	width:86%;
	padding:0 2%;
	float:left;
	height:35px;
	line-height:35px;
	border:1px solid #dadada;
	margin:0 -1px;
	border-radius:3px;
}
#register .form-element select{
	width:90%;
}
#register button{
	display:block;
	height:40px;
	line-height:36px;
	color:#fefefe;
	background:#5c8dc7;
	border:3px solid #5c8dc7;
	border-radius:3px;
	padding:0 35px;
	font-size:0.84325em;
	font-weight:700;
	cursor:pointer;
	transition:ease 0.25s;
	margin:20px auto 40px auto;
}
#register button:hover{
	color:#5c8dc7;
	background:#fefefe;
}
.select {
	position: relative;
	display: inline-block;
	height:37px;
	margin:0;
	width:90%;
	font-size:13px;
	height:37px;
}
.select select {
	height:37px !important;
	width:100% !important;
  outline: none;
  -webkit-appearance: none;
  display: inline-block;
  margin:0;
  border-radius: 3px;
  background: #fff;
  color: #2d3a4b;
  font-family: inherit;
  font-size: inherit;
}
.select select option{
	font-size:13px;
}
.select .arr {
  background: #fff;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 18px;
  pointer-events: none;
}
.select-size  .arr{
	width:40px !important;
}
.select .arr:before {
  content: '\f107';
  position: absolute;
  font-family: 'FontAwesome';
  top: 5px;
  right: 3px;
  color:#5c8dc7;
  font-weight:700;
  pointer-events: none;
}
#register .hide
{
	visibility:hidden;
}
#errorMsg{
	width:100%;
	min-height:25px;
	font-size:13px;
	text-align:center;
	color:#E81F00;
	font-weight:500;
}
@media screen and (min-width: 769px) and (max-width: 1169px){

}
@media only screen and (max-width: 768px){
#register .form-element{
	width:46%;
}
#register .form-element:nth-child(1), #register .form-element:nth-child(2), #register .form-element:nth-child(3), #register .form-element:nth-child(9), #register .form-element:nth-child(8), #register .form-element:nth-child(7){
	background:none;
}
}
@media only screen and (max-width: 640px){
#register .form-element{
	width:96%;
}
}
@media only screen and (max-width: 480px){
#register .form-element{
	width:96%;
}
#register .form-element input, #register .form-element select{
	width:94%;
}
}
