.sign-form-area {
	display: flex;
	min-height: 100%;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}

.sign-form {
	text-align: center;
	background: #ffffff;
	border-radius: 8px;
	padding: 40px 60px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.sign-form input {
	width: 100%;
	text-align: left;
	padding: 10px;
}

.sign-form input {
	background: #e7f4ee;
	border-radius: 5px;
	border: none;
	padding: 18px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #161540;
	margin-bottom: 20px;
}

.sign-form input::placeholder {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #161540;
}


.sign-form form {
	text-align: left;
}

.form-heading h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 30px 0;
}

.sign-form h4 {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	margin: 10px 0 0 0;
}

.sign-form a {
	font-size: 20px;
	line-height: 30px;
}

.theme-input-group {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.theme-input-group a {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #8c8c94;
}
