.first{
	background: url("../img/about/Maskgroup.png");
	background-size: cover;
	background-position: center;
	height: 900px;
}

.first-right{
	width: 540px;
	background: #FFFFFF;
	border-radius: 51px;
	padding: 50px 45px;
}

.first-title{
	font-weight: 900;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 72px;
	margin-bottom: 50px;
}

.first-sub{
	width: 578px;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 36px;
}

.form-title{
	font-weight: 500;
	font-size: 16px;
	color: #232323;
	line-height: 16px;
	padding: 0 30px;
	margin-bottom: 10px;
}

.form-input{
	height: 50px;
	width: 100%;
	border-radius: 25px;
	border:none;
	background-color: #F5F5F5;
	padding: 0 30px;
	margin-bottom: 20px;
}

.form-input-select{
	width: 100%;
	height: 100%;
	border: none;
	background: #f5f5f5;	
}

.form-btn{
	width: 260px;
	height: 60px;
	background: #635AFF;
	border-radius: 30px;
	text-align: center;
	line-height: 60px;
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	border: 2px solid #635AFF;
	transition: all 0.28s cubic-bezier(.37,.8,.69,.32);
	margin:  20px auto 0  ;
}
.form-btn:hover{
	background: #fff;
	color: #635AFF;
}

select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-img{
	position: absolute;
	height: 30px;
	right: 30px;
	top: 10px;
}