.container {
	width: 1353px;
	margin: auto;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	max-width: 100%;
}
.login-box-container {
	margin: auto 0;
	max-width: 100%;
}
.login-img-card {
	margin-left: -15px;
}
.login-img-card img {
	width: 670px;
	margin-left: -15px;
}
form .img-container {
	text-align: center;
}

form img {
	width: 300px;
	max-width: 100%;
}
.form-control {
	border-radius: 10px;
	padding: 30px 20px;
}
form h2 {
	font-size: 35px;
	font-weight: 500;
	text-align: center;
	margin-top: 33px;
	color: #021c40 !important;
}

.form-check-input {
	display: none;
}

.custom-checkbox {
	display: inline-block;
	width: 23px;
	height: 23px;
	background-color: #fff;
	border: 1px solid #848484;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 3px;
}
.form-check-label {
	margin-left: -20px !important;
}

.form-check-input:checked + .form-check-label .custom-checkbox {
	background-color: #5b7f96;
	border-color: #5b7f96;
}

.button {
	width: 100%;
	background-color: #5b7f96;
	border-radius: 10px !important;
	border: unset !important;
	margin-top: 10px;
	color: #fff;
	padding: 15px;
}

a {
	color: #66869b !important;
}

p {
	color: #4c4c4c !important;
}
.form-check {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1199px) {
	.login-img-card {
		display: none;
	}
}
@media screen and (max-width: 400px) {
	.container {
		max-width: 100%;
		margin: auto;
	}
	form {
		max-width: 100%;
		display: inline;
	}
}
