.modal-body{
	padding: 64px;
}
.modal-body .close{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.yellow-button{
	background-color: #FCC72E;
	border-radius: 8px;
	height: 62px;
	border: none;
	padding: 0px 24px;
}
.yellow-button:disabled{
	background-color: #DDD !important;
}
.form-control{
	height: 62px;
	box-sizing: border-box;
	border: border: 1px solid rgba(0, 0, 0, 0.44);
	outline: none !important;
	border-radius: 31px;
	padding: 0px 24px;
}