.apply{
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
	padding-bottom: 40px;
}

h1{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color:#777777;
	padding: 40px 0px 10px 0px;
}

h2{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color:#b6b6b6;
}


form{
	margin-top: 20px;;
}

.form{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px 0px;
	margin-bottom: 15px;
	line-height: 37px;
}

.form input{
	border: 1px solid #e8e8e8;
	line-height: 37px;
	padding-left: 15px;
	margin-left: 15px;
	width: 380px;
	color:#cdcdcd;
}


.name{
	width: 100px;
    text-align: center;
}

.move{
	vertical-align: top;
	height: 150px;;
}

.form_view{
	display: flex;
	flex-direction: row;
    text-align: center;
	
}

.form_view div{
	margin-left: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}



.bt{
	display: block;
	width: 200px;
	line-height: 50px;
	text-align: center;
	background-color: #0F5CEA;
	color:#fff;
	margin: auto;
}










