div.details {
	display: flex;
	flex-wrap: wrap;
}

div.details .item {
	position: relative;
	font-size: 14px;
}

div.details .item label {
	position: absolute;
	top: 11px;
	left: 15px;
	color: #333;
	opacity: 0.7;
	font-weight: 400;
}

div.details .item input {
	padding: 0 15px;
	border: 1px solid #979797;
	border-radius: 4px;
	height: 40px;
	width: 100%;
}

.btn-submit {
	display: block;
	margin: 40px auto 68px;
	width: 240px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	background-color: #4594EF;
	color: #FFF;
	text-align: center;
	font-size: 18px;
}

.btn-submit:hover {
	color: #FFF;
	cursor: pointer;
}
