body {
	background: #f7f8fa;
	font-family: Arial, sans-serif;
	color: #111;
}

.form-page {
	max-width: 1120px;
	margin: 40px auto;
	background: #fff;
	padding: 26px;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
}

.hero-box {
	position: relative;
	height: 210px;
	border-radius: 6px;
	overflow: hidden;
	background: #bde4e3;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero-box::before {
	content: "";
	position: absolute;
	inset: 0;
	/* background: linear-gradient(rgba(188, 228, 227, 0.72), rgba(188, 228, 227, 0.72)), url("/era_cms/banner.jpg") center/cover no-repeat; */
	background: url("/era_cms/banner.jpg") center/cover no-repeat;
}

.hero-content {
	position: relative;
	z-index: 2;
}

.hero-title {
	font-size: 48px;
	font-weight: 800;
	color: #061a38;
	margin-bottom: 8px;
}

.hero-logo {
	max-width: 200px;
	height: auto;
}

.deadline {
	margin-top: 20px;
	font-size: 16px;
	color: #555;
}

.deadline strong {
	color: #f00;
}

.required-note {
	font-size: 16px;
	color: #555;
	margin-bottom: 18px;
}

.required {
	color: #f00;
}

.form-label {
	font-weight: 700;
	margin-bottom: 12px;
	color: #000;
}

.form-control,
.form-select {
	height: 46px;
	border-color: #d7d7d7;
	border-radius: 7px;
	font-size: 15px;
	padding-left: 18px;
	padding-right: 18px;
}

.form-control:focus,
.form-select:focus {
	box-shadow: none;
	border-color: #8ab7c7;
}

.form-group {
	margin-bottom: 20px;
}

.divider {
	border-top: 1px solid #ddd;
	margin: 18px 0 28px;
}

.btn-submit {
	background: #0b5ed7;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 12px 34px;
	font-weight: 700;
}

.btn-submit:hover {
	background: #084db4;
	color: #fff;
}

@media (max-width: 767px) {
	.form-page {
		margin: 0;
		padding: 15px;
	}

	.hero-box {
		height: 160px;
	}

	.hero-title {
		font-size: 34px;
	}
}

.iti {
	width: 100%;
}

.iti input {
	width: 100%;
}