.container {
	width: 1353px;
	margin: auto;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	max-width: 100%;
	max-height: 1000px !important;
	overflow-y: auto;
	height: auto;
}

.invalid-feedback,
.password_error {
	display: block !important;
	visibility: visible;
	min-height: 1.5em; /* Set minimum height */
}
form {
	margin-left: -15px;
}
.register-box-container {
	margin-top: 55px;
	margin: auto 30px auto 30px;
	max-width: 100%;
}
.register-img-card {
	margin-left: -15px;
}
.register-img-card img {
	width: 670px;
	min-height: 810px;
	margin-right: -38px;
}
form .img-container {
	text-align: center;
}

form img {
	width: 250px;
	margin-top: 20px;
	max-width: 100%;
}
.form-control {
	border-radius: 8px;
}
form h2 {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	margin-top: 25px;
	color: #021c40;
	margin-bottom: 48px;
}
.form-row {
	margin-top: -30px !important;
}
.button {
	width: 100%;
	background-color: #5b7f96;
	border-radius: 10px !important;
	border: unset !important;
	color: #fff;
	padding: 15px;
}
.button:hover {
	background-color: #dcc330;
}
.form-check {
	display: flex;
	justify-content: space-between;
}
.error {
	color: rgb(227, 53, 53) !important;
	margin-top: -21px;
	font-size: 13px;
	text-align: center;
}
@media screen and (max-width: 1199px) {
	.register-img-card {
		display: none;
	}
}
@media screen and (max-width: 400px) {
	.container {
		max-width: 100%;
		margin: auto;
	}
	form {
		max-width: 100%;
		display: inline;
	}
}
