.container {
	max-width: 1592px;
	overflow-x: hidden;
}

body {
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}

.form-control {
	border: 0;
	color: #1A1E22;
	background-color: #F0F0ED;
	border-radius: 20px;
}

h1 {
	color: #1A1E22;
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	margin: 0 0 8px 0;
}

p {
	color: #A6B0B9;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
}

p.short-info {
	margin-bottom: 40px;
}

.bottom-space {
	margin-bottom: 25px;
}

.form-floating>label {
	color: #A6B0B9;
	font-size: 16px !important;
	top: 12px;
	left: 10px;
}

a.forgot-pw {
	color: #1A1E22;
	font-size: 24px;
	line-height: 30px;
	text-decoration: underline;
	margin: 40px 0 60px 0;
}

.custome-btn {
	width: 100%;
	border-radius: 20px;
	background: #131418;
	border: 2px solid #131418;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 24px;
	padding: 20px;
}

.custome-btn:hover {
	color: #131418;
	background: transparent;
	border: 2px solid #131418;
}

span.register-account {
	text-align: center;
	display: block;
	font-size: 24px;
	color: #A6B0B9;
	font-weight: 400;
	margin-top: 35px;
}

.register-account a {
	color: #1A1E22;
	font-weight: 500;
}

.form-control:focus {
	background-color: #F0F0ED !important;
	border-color: transparent !important;
	box-shadow: unset;
}

.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill {
	-webkit-background-clip: text;
	background-color: transparent;
	-webkit-box-shadow: 0 0 0px 1000px #F0F0ED inset
}

.form-floating>.form-control {
	height: calc(4.5rem + 2px);
	padding: 1rem 23px;
}

.eye_icon {
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 18px;
	color: #A6B0B9;
	font-size: 23px;
}

.eye_icon i,
span.field-icon {
	cursor: pointer;
}

span.field-icon {
	position: absolute;
	z-index: 2;
	right: 20px;
	bottom: 21px;
	color: #A6B0B9;
	font-size: 23px;
}

.icon-svg {
	display: inline-block;
	position: absolute;
	top: 23px;
	right: 20px;
}

@media screen and (max-width: 991px) {
	section.mobile-space {
		margin: 20px 0;
	}

	h1 {
		font-size: 30px;
		line-height: 40px;
	}

	p.short-info {
		margin-bottom: 18px;
	}

	p {
		font-size: 16px;
		line-height: 20px;
	}

	.bottom-space {
		margin-bottom: 15px;
	}

	a.forgot-pw {
		font-size: 18px;
		line-height: 25px;
		margin: 20px 0 35px 0;
	}

	.custome-btn {
		font-size: 18px;
		padding: 14px;
	}

	span.register-account {
		font-size: 16px;
		margin-top: 18px;
	}

	.mobile-column-reverse {
		height: auto !important;
	}

}

@media screen and (max-width: 768px) {
	.mobile-column-reverse {
		flex-direction: column-reverse;
		max-width: 350px;
		margin: 0 auto;
		height: auto !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	h1 {
		font-size: 35px;
		line-height: 45px;
	}

	p.short-info {
		margin-bottom: 20px;
	}

	p {
		font-size: 18px;
		line-height: 25px;
	}

	.bottom-space {
		margin-bottom: 18px;
	}

	a.forgot-pw {
		font-size: 18px;
		line-height: 25px;
		margin: 20px 0 35px 0;
	}

	.custome-btn {
		font-size: 18px;
		padding: 15px;
	}

	span.register-account {
		font-size: 18px;
		margin-top: 18px;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.container {
		max-width: 1250px;
	}

	h1 {
		font-size: 40px;
		line-height: 50px;
	}

	p.short-info {
		margin-bottom: 20px;
	}

	p {
		font-size: 20px;
		line-height: 26px;
	}

	.bottom-space {
		margin-bottom: 18px;
	}

	a.forgot-pw {
		font-size: 20px;
		line-height: 28px;
		margin: 25px 0 35px 0;
	}

	.custome-btn {
		font-size: 20px;
		padding: 16px;
	}

	span.register-account {
		font-size: 20px;
		margin-top: 20px;
	}
}
