.email-verification-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	background-color: #fff;
	height: 100%;
	width: 100%;
}

.email-verification-body {
	flex: 1;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 20px 25px 30px 25px;
	width: 100%;
	box-sizing: border-box;
}

.verify-content {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.verify-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: fit-content;
	width: 100%;
	box-sizing: border-box;
}

.verify-heading {
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 43px;
	letter-spacing: 0.025em;
	color: #140e34;
	text-align: center;

	margin-bottom: 17px;
}

.verify-subheading {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: 0.025em;
	text-align: center;
	color: #344563b3;

	margin-bottom: 17px;
}

.verify-email {
	font-family: "Inter", sans-serif;
	font-weight: 800;
	text-align: center;
	color: rgba(52, 69, 99, 1);
}

.verify-text {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: center;
	color: rgba(52, 69, 99, 0.54);

	margin-bottom: 22px;
}

.verify-resend {
	display: flex;
	flex-direction: column;

	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0.025em;
	text-align: center;
	color: #344563b3;
}
.verify-resend-contact {
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0.025em;
	text-align: center;

	color: #ff6637;

	text-decoration: none;
}

.support-mail {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

@media (min-width: 430px) {
	.email-verification-card {
		width: 100%;
		max-width: 458px;
		height: fit-content;

		margin-top: 5em;
	}

	.verify-card {
		justify-content: center;
		height: fit-content;
		width: 100%;
	}

	.verify-heading {
		font-size: 20px;
		line-height: 46px;
		margin-bottom: 20px;
		text-align: center;
	}

	.verify-subheading {
		display: block;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		line-height: 40px;
		letter-spacing: 0px;
		color: rgba(52, 69, 99, 0.7);
		margin-bottom: 20px;
	}

	.verify-email {
		display: block;
		font-size: 16px;
		font-weight: 700;
	}

	.verify-text {
		font-size: 16px;
		font-weight: 700;
		line-height: 39.5px;
		color: #3445638a;

		margin-bottom: 20px;
	}

	.verify-resend {
		display: block;
		font-size: 16px;
		font-weight: 700;
		line-height: 39.5px;
		color: #1c1548b3;
	}

	.verify-resend-contact {
		display: block;
		font-size: 16px;
	}
}
