html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
			-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
html {
	font-size: 10px;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	height: 100%;
	margin: 0;
	background: #E8EAEC; 
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#box_login {
  width: 380px;
  height: 460px;
  background-color: #fff;;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -255px;
  margin-left: -190px;
  border-radius: 15px;
  padding: 10px 30px;
}
#top_header {
	width: 100%;
	margin: 0;
	padding: 25px 0;
	display: block;
	text-align: center;
}
#top_header img.logo {
	max-width: 150px;
}

#top_header > h4 {
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	font-weight: bold;
	padding: 10px 0;
	color: #666;

}

#inputs {
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-top:20px;
}

input[type=text], input[type=password], select, input[type=submit] {
	width: 270px;
	height: 48px;
	position: relative;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
	padding: 3px 0 0 45px;
	box-sizing: border-box;
	font-size: 13px;
}

input[type=text], input[type=password], input[type=email], select {
	border: thin solid #ddd;
	color: #4f4f4f;
	font-size: 13px;
}

input[type=text]:hover, input[type=password]:hover  , input[type=email]:hover {
	border: thin solid #EFB100;
}

input[type=text]:focus, input[type=password]:focus , input[type=email]:focus {
	border: thin solid #EFB100;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	outline: none;
}

input[type=submit] {
	color: #231F20;
	font-size: 18px;
	background-color: #ECCE02;
	border: 0;
	transition: all .2s ease;
	cursor: pointer;
	padding: 14px 0 10px;
	border-radius:4px;
	box-shadow: 0 2px 0 0 #BDA500;
}

input[type=submit]:hover {
	color: #231F20; background-color: #E2C501; border-color: #BDA500;
}
input[type=submit]:focus {
	outline: none;
	border: 0;
}


#bottom {
	width: 270px;
	margin: 0 auto;
	padding: 10px 0;
	height: 28px;
	text-align: center;
}

a {
	text-decoration: none;
	color: #163857;
	font-size: 13px;
	transition: color .3s ease;
	outline: none;
	cursor:pointer;
}
a:hover{
	color: #333;
}

.right_a {
	float: right;
	margin: 5px 0 0 0;
}

.form-control_custom {
  display: block;
  width: 100%;
  position: relative;
}
.form-control_custom i{
	position: absolute;
	left: 40px;
	top: 12px;
	color: #D7D7D7;
	font-size: 24px;
}

.alert-error{ 
	text-align:center; 
	background:#D50000;
	color:#fff;
	padding: 5px 0;
	font-size:12px;
	margin-bottom:10px;
	
}
.alert-sucesso{ 
	text-align:center; 
	background:#3F8E00;
	color:#fff;
	padding: 5px 0;
	font-size:12px;
	margin-bottom:10px;
	
}


/*Modal*/
.modal input[type=email], .modal select {
    width: 80%;
	height: 48px;
	position: relative;
	margin: 0;
	display: block;
	margin-bottom: 10px;
	padding: 3px 0 0 45px;
	box-sizing: border-box;
	font-size: 13px;
 }

.modal .form-control_custom i {
  left: 12px; 
}

.modal-body {
  padding: 30px;
}  


.modal button[type=submit] {
	color: #231F20;
	font-size: 18px;
	background-color: #ECCE02;
	border: 0;
	transition: all .2s ease;
	cursor: pointer;
	padding: 10px 30px;
	border-radius:4px;
	box-shadow: 0 2px 0 0 #BDA500;
}

.modal button[type=submit]:hover {
	color: #231F20; background-color: #E2C501; border-color: #BDA500;
}
.modal button[type=submit]:focus {
	outline: none;
	border: 0;
}



#myModalSenha input.inputError {border: 1px solid #D50000;}
#myModalSenha .form-control_custom i.inputError {color: #D50000;}

#myModalSenha input.inputError::-webkit-input-placeholder{ color: #D50000; }
#myModalSenha input.inputError::-moz-placeholder{ color: #D50000; }
#myModalSenha .form-group [class*="fa"].inputError { color: #D50000;}


@media (max-width: 768px) {
	.modal input[type=email]{width:100%;}
}