html,
body {
	margin: 0;
	padding: 0;
}

.wrapper {
	height: 100vh;
	width: 100vw;

	display: flex;
}

.left-div {
	flex: 1;
	height: 100%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.left-div-content {
	flex: 1;
	max-width: 355px;
	height: fit-content;

	display: flex;
	flex-direction: column;
	justify-content: center;
}

.logo {
	margin-bottom: 50px;
}

.form-info {
	display: flex;
	flex-direction: column;

	margin-bottom: 38px;
}
.form-heading {
	font-family: "Inter", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 0em;

	color: rgba(3, 24, 73, 1);

	margin-bottom: 8px;
}
.form-subheading {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: 0em;

	color: rgba(154, 163, 171, 1);
}

.input-fields {
	display: flex;
	flex-direction: column;
	gap: 24px;

	margin-bottom: 20px;
}

.input-group {
	display: flex;
	align-items: center;

	width: 100%;
	height: 60px;

	box-sizing: border-box;

	border: 1px solid rgba(222, 210, 217, 1);
	border-radius: 5px;
}
.input-group:focus-within {
	border: 1px solid rgba(17, 23, 73, 1);
}

.input-group-icon {
	display: flex;
	justify-content: center;
	align-items: center;

	box-sizing: border-box;
	height: 100%;
	aspect-ratio: 0.8;
}

.form-label {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0em;
	color: rgba(3, 24, 73, 1);

	margin-bottom: 4px;
}

.form-element {
	flex: 1;
	height: 98%;
	border: none;
	padding: 0 10px;
	border-radius: 5px;

	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0em;
}
.form-element::placeholder {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0em;

	color: rgba(154, 163, 171, 1);
}
.form-element:focus-within {
	outline: none;
}

.validation-error {
	display: block;
	margin-top: 3px;
	padding: 0 2px;
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	color: #d65b35;
}

.submit {
	width: 100%;
	height: 60px;

	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0em;
	color: #fff;

	border: none;
	border-radius: 6px;
	background-color: rgba(11, 45, 135, 1);
}

.submit.disabled {
	background-color: #818181;
}
.submit.disabled:hover {
	cursor: default;
	background-color: #818181;
}

.footer-left {
	text-align: center;

	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0px;

	color: rgba(130, 130, 130, 1);

	margin-top: 20px;
	margin-bottom: 40px;
}

.right-div {
	flex: 1;
	height: 100%;

	position: relative;
	overflow: hidden;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.right-div-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	background: linear-gradient(180deg, #3354ae 0%, #0d2e87 100%);
}

.carousel-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 440px;
	width: 100%;
	box-sizing: border-box;
}

.carousel-content {
	background-color: #fff;
	width: 560px;
	max-width: 80%;
	height: 100%;
	border-radius: 12px;

	padding: 17px 14px;
	box-sizing: border-box;
	margin-bottom: 38px;
}

.img-container {
	width: 100%;
	margin-bottom: 19px;
}

.img-container img {
	width: 100%;
	object-fit: cover;
}

.carousel-text-content {
	padding: 0 7px;
}

.carousel-title {
	font-family: Inter;
	font-size: 25px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -0.5199999809265137px;

	color: #031849;
}

.carousel-description {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;

	color: #031849e5;
}

.carousel-index-container {
	display: flex;
	gap: 20px;
}

.index-indicator-dot {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #ffffff29;
	cursor: pointer;
}

.index-indicator-dot.current {
	background-color: #fff;
}

.dot-pattern {
	width: 100%;
	height: 100%;
	background-image: radial-gradient(circle, #4a68bb, 2.5px, transparent 0px);
	background-size: 20px 20px; /* Adjust the size of the dots */
}

.pattern-container-1 {
	width: 254px;
	height: 317px;

	position: absolute;
	right: 70px;
	top: 0;
	z-index: -1;
}
.gradient-box-1 {
	width: 245px;
	height: 317px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -2;

	background-color: rgba(255, 255, 255, 0.03);
}

.pattern-container-2 {
	width: 234px;
	height: 218px;

	position: absolute;
	top: 447px;
	left: 0;
	z-index: -1;
}

.gradient-box-2 {
	width: 208px;
	height: 219px;
	position: absolute;
	left: 0;
	top: 415px;
	z-index: -2;

	background-color: rgba(255, 255, 255, 0.03);
}

@media (max-width: 799px) {
	.right-div {
		display: none;
	}

	.left-div-content {
		justify-content: flex-start;
		margin-top: 57px;
	}
}

.hidden {
	display: none;
}
