/*
 * Page Styles
 * ------------------------------------------------------------------------------------------------
*/

body {
	background-color: #f8f9fa;
}

#header {
	border-bottom: 1px solid #d0dee6;
	box-shadow: none;
}












/*
 * Verify Box
 * ------------------------------------------------------------------------------------------------
*/
.section-box {
	padding-top: 30px;
	padding-bottom: 70px;
}
.verify-box {
	background-color: #fff;
	border-radius: 20px;
	max-width: 820px;
	padding: 60px;
	margin-left: auto;
	margin-right: auto;
}
.verify-box .verify-icon {
	background-image: url('data:image/svg+xml,%3Csvg width="67" height="80" viewBox="0 0 67 80" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M33.3076 0C23.7838 7.07829 12.5097 9.87906 0 9.57352C0 20.1655 0 29.0261 0 39.6181C0 54.6404 11.2226 69.3571 33.3076 80C55.3925 69.3571 66.6667 54.6913 66.6667 39.6181C66.6667 29.0261 66.6667 20.1655 66.6667 9.57352C54.157 9.87906 42.8829 7.07829 33.3076 0Z" fill="%23156DD1"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M33.3076 74.5001C46.7439 67.6255 61.7246 55.7604 61.7246 39.6179C61.7246 31.2156 61.7246 22.8133 61.7246 14.411C51.5831 14.0036 41.9048 11.4574 33.3076 5.95776C24.762 11.4065 15.0837 13.9527 4.94214 14.411C4.94214 22.8133 4.94214 31.2156 4.94214 39.6179C4.94214 55.7604 19.8714 67.5746 33.3076 74.5001Z" fill="white"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M33.3076 8.14771C25.2252 13.0363 16.2162 15.4806 6.79535 16.1426C6.79535 23.9338 6.79535 31.776 6.79535 39.6181C6.79535 54.7422 20.9009 65.8944 33.3076 72.4125C45.7143 65.8944 59.8713 54.6913 59.8713 39.6181C59.8713 31.776 59.8713 23.9848 59.8713 16.1426C50.4504 15.4806 41.4414 13.0363 33.3076 8.14771Z" fill="%23156DD1"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M33.3077 72.4125C45.7144 65.8944 59.8714 54.6913 59.8714 39.6181C59.8714 31.776 59.8714 23.9848 59.8714 16.1426C50.4505 15.4806 41.4415 13.0363 33.3077 8.14771V72.4125Z" fill="url(%23paint0_linear_2767_555)"/%3E%3Cpath d="M51.3257 28.1606L28.6745 50.5667L15.3411 37.3776L20.4891 32.2344L28.6745 40.3311L46.1777 23.0173L51.3257 28.1606Z" fill="white"/%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_2767_555" x1="46.5895" y1="8.14771" x2="46.5895" y2="72.4125" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="white" stop-opacity="0.25"/%3E%3Cstop offset="1" stop-color="white" stop-opacity="0"/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 67px;
	height: 80px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.verify-box .page-title {
	text-align: center;
}
.verify-box .page-text {
	text-align: center;
}
.verify-box .page-info {
	text-align: center;
	margin-top: 30px;
}
.verify-box .page-info a:hover {
	color: #FE6800;
	text-decoration: none;
}

.verify-box .verify-form {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.verify-box .verify-form .field-label {
	display: block;
}
.verify-box .verify-form label {
	color: #333;
	font-weight: 400;
	margin-bottom: 0;
}
.verify-box .verify-form .site_btn {
	width: 100%;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.verify-box {
		padding: 40px 20px;
	}
}





























