.input {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	color: #aaa;
	font-weight: 400;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}
.input__field:focus {
	outline: none;
}
.label_heading{ font-weight:normal; margin-right:10px;  float:left}
/*label.other{ font-weight:normal; margin-left:10px;}*/
span.other label{ font-weight:normal; margin-right:10px;margin-left:5px;}
select.others{ float:left;margin-top: 24px; width:24%; margin-right:0px;}
span.span_others{ float:left;width:76%;}

label.label_select{font-weight:normal;width:25%; margin-left:10px;margin-top: 24px; float:left;}
select.select_full_width{ width:100%; margin-top: 24px;float:left;}


label.label_check{ margin-top:20px; font-weight:normal; width:100%;}
label.label_check a{ color:#469ed4!important;}
label.label_check a:hover{ text-decoration:underline!important}
.btn.register{
margin-top:24px; margin-right:5px!important;
}
.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: normal!important;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}
.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}
.icon {
	color: #ddd;
	font-size: 150%;
}
/* Nariko */
.input--nariko {
	overflow: hidden;
	/*margin-bottom: 1em;*/
	padding-top: 2em;
	width: 100%;
}
.input__field--nariko {
	width: 100%;
	opacity: 0;
	padding: 0.35em;
	z-index: 100;
	color: #333;
}
.input__label--nariko {
	width: 100%;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	text-align: left;
	color: #333;
	padding: 0 0.5em;
	font-size: 13px;
}
 .input__label--nariko::before {
 content: '';
 position: absolute;
 width: 100%;
 height: auto;
 top: 100%;
 left: 0;
 background: #fff;
 border-top: 1px solid #469ed4;
 -webkit-transform: translate3d(0, -3px, 0);
 transform: translate3d(0, -3px, 0);
 -webkit-transition: -webkit-transform 0.4s;
 transition: transform 0.4s;
 -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
 transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.input__label-content--nariko {
	padding: 0.5em 0;
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.4s, color 0.4s;
	transition: transform 0.4s, color 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.input__field--nariko:focus, .input--filled .input__field--nariko {
	cursor: text;
	opacity: 1;
	-webkit-transition: opacity 0s 0.4s;
	transition: opacity 0s 0.4s;
}
 .input__field--nariko:focus + .input__label--nariko::before, .input--filled .input__label--nariko::before {
 -webkit-transition-delay: 0.05s;
 transition-delay: 0.05s;
 -webkit-transform:  translate3d(0, -2em, 0);
 transform: translate3d(0, -2em, 0);
}
.input__field--nariko:focus + .input__label--nariko .input__label-content--nariko, .input--filled .input__label-content--nariko {
	color: #f36620;
	-webkit-transform: translate3d(0, -1.8em, 0) scale3d(0.95, 0.95, 1);
	transform: translate3d(0, -1.8em, 0) scale3d(0.95, 0.95, 1);
}
