@charset "UTF-8";
/* CSS Document */
.form-wrapper {
	background: #fff;
	box-shadow: 7px 10px 16px -12px #ccc;
	margin: 3em auto 80px auto;
	padding: 1em;
	max-width: 600px;
	border: solid 1px #eaeaea;
	border-radius: 8px;
}
.form-wrapper * {
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
}
.form-wrapper h1 {
	text-align: center;
	margin-bottom: 2em;
	padding: 1em 0;
	font-size: 150%;
	border-bottom: solid 1px #ccc;
}
.form-wrapper form {
	padding: 0 1.5em;
}

.form-item {
	margin-bottom: 0.75em;
	width: 100%;
}

.form-item .input {
	background: #fafafa;
	border: none;
	border-bottom: 2px solid #e9e9e9;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	height: 50px;
	transition: border-color 0.3s;
	width: 100%;
}

.form-item .input:focus {
	border-bottom: 2px solid #c0c0c0;
	outline: none;
}

.button-panel {
	margin: 2em 0 0;
	width: 100%;
}

.button-panel .button {
	background: #FF7C64;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.3s ease-in-out;
	width: 100%;
}

.button:hover {
	background: #ee3e52;
}

.form-footer {
	font-size: 1em;
	padding: 2em 0;
	text-align: center;
}

.form-footer a {
	color: #8c8c8c;
	text-decoration: none;
	transition: border-color 0.3s;
}

.form-footer a:hover {
	border-bottom: 1px dotted #8c8c8c;
}
.my_msg {
	margin-bottom: 3em;
}
.mb3 {
	margin-bottom: 3em;
}
.w20 {
	display: inline-block;
	width: calc(20% - 12px)!important;
	margin-right: 0!important;
}
.w30 {
	display: inline-block;
	width: calc(30% - 12px)!important;
	margin-right: 0!important;
}
.w50 {
	display: inline-block;
	width: calc(50% - 12px)!important;
	margin-right: 0!important;
}
.wBirthday {
	display: inline-block;
	width: calc(70% - 12px)!important;
	margin-right: 0!important;
}
.wAge {
	display: inline-block;
	width: calc(30% - 12px)!important;
	margin-right: 0!important;
}
.mr2 {
	margin-right: 20px!important;
}
.btn {
	font-size: 14px;
	border:none;
	padding:0.70em!important;
	line-height:initial;
	height:initial;
	background: #FF7C64;
	color: #fff;
	border-radius: 4px;
	text-align:center;
}
.my_label {
	color: #aaa;
	background:#ddd;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:4px;
	text-align: center;
	display: inline-block;
	padding: 5px 0px;
	margin-right:2%;
	margin-bottom:1em;
	width:10em;
}
.my_label:hover {
	color: #fff;
	background:#78c2ff;
	cursor: pointer;
}
.my_label-danger:hover {
	color: #fff;
	background:#DC3545;
}
input[type="radio"], input[type="checkbox"] {
	display:none;
}
input[type="radio"]:checked + .my_label,
input[type="checkbox"]:checked + .my_label,
.my_label.on{
	color: #fff;
	background:#3490dc;
}
.my_label.on, .my_label.off {
	cursor:initial!important;
}
input[type="radio"]:checked + .my_label-danger,
input[type="checkbox"]:checked + .my_label-danger,
.my_label-danger.on{
	color: #fff;
	background:#C82333;
}
.my_label {
	font-size:13px;
}
#err_msg {
	display: none;
}
#err_msg_ {
	display: none;
	color: #ff0000;
}
.err_msg_ {
	color: #ff0000;
}
