@CHARSET "UTF-8";
h1 {margin-bottom: 30px;}
.form-control.checkbox {border: 0; box-shadow: none; -webkit-box-shadow: none; width: auto;}
.form-control[readonly] {background: #FFF;}
label.error {font-weight: normal; color: red;}
.require_icon {color: red; margin-left: 5px;}
#error_wraper, #success_wraper {background-color: #EDEDC8; padding: 10px 0 2px; list-style-type: none; text-align: center;}
#error_wraper li {color: red; font-size: 16px; margin-bottom: 10px;}

#success_wraper {background-color: #D8F4E0; }
#success_wraper li {color: green; font-size: 16px; margin-bottom: 10px;}
#captcha {width: 120px; display: inline;}
#secretword_image {
  border: 1px solid #BBB;
  padding-left: 5px;
  height: 30px;
  background: #FFF;
}
.container {
	border: 1px solid #E5E5E5;
	margin-top: 20px;
	padding-bottom: 100px;
	background-color: #E9EAEF;
}
@media (min-width: 768px) {
	.container {
	  width: 768px;
	}
}