.main{
	height: 100%;
	width: 100%;
}
.apply-form-wrap{
	height: 90%;
	background: #f0f8fa;
	display: flex;
	justify-content: center;
	align-items: center;
}

.apply-form-wrap > .form-wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 400px;
}

.apply-form-wrap >  .form-wrap > .title{
	color: #6ab1ab;
	font-size: 24px;
	font-weight: 500;
}

.apply-form-wrap >  .form-wrap > .input{
	margin-top: 30px;
	width: 320px;
	padding: 10px;
	border: #dfe1e0 solid 1px;
	outline: none;
}

.apply-form-wrap >  .form-wrap > .submit{
	margin-top: 30px;
	width: 164px;
	padding: 10px;
	background-color: #5dc0bb;
	color: white;
	cursor: pointer;
	border-radius: 3px;
	border: #5dc0bb solid 1px;
	outline: none;
}

.apply-form-wrap >  .form-wrap > .disable-btn{
	background-color: rgba(93,192,186,0.5);
	border: rgba(93,192,186,0.5) solid 1px;
	cursor: default;
}

.apply-result-wrap{
	height: 90%;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.apply-result-wrap > .result-wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 400px;
}

.result-wrap >.result-content{
	font-size: 22px;
	color: #98dbd1;
	margin-top: 20px;
}

.result-wrap >.result-phone{
	font-size: 14px;
	color: #c9c9c9;
	margin-top: 30px;
}

.navbar {
    background-color: #f7f8fa;
    padding: 10px 0px 10px 0px;
}