.image2 {
	margin: auto;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.forgot-password-flow {
	width: 100%;
}
.forgot-password-confirmation {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
}
.forgot-password-confirmation2 {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}
.forgotpassword_confirmationback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	padding: 12px 18px;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	background: #fff;
	color: var(--color-text-primary) !important;
	font-weight: 600;
	text-decoration: none;
}
.forgot-password-confirmation .image {
	margin-bottom: 18px;
}
.forgot-password-confirmation .image img {
	max-width: 220px;
}
.forgotpassword_confirmationback:hover {
	color: var(--color-text-primary);
	text-decoration: none;
}
.forgot-password-confirmation2 .image2 {
	margin-bottom: 18px;
}
.forgot-password-confirmation {
	width: 100%;
	max-width: 520px;
	margin: 56px auto 0;
	padding: 24px 24px 32px;
}
.forgot-password-confirmation2 {
 	width: 100%;
	max-width: 520px;
	padding: 24px 24px 32px;
}
.forgot-password-confirmation .textLogin h5 {
	color: var(--color-text-primary) !important;
	font-size: 34px;
	line-height: 1.05;
	font-weight: 600;
	margin-bottom: 14px;
	letter-spacing: -0.04em;
}
.forgot-password-confirmation2 .textLogin2 h5 {
	color: var(--color-text-primary);
	font-size: 34px;
	line-height: 1.05;
	font-weight: 600;
	margin-bottom: 14px;
	letter-spacing: -0.04em;
}
.forgot-password-confirmation .textLogin p {
	line-height: 1.45;
	margin-bottom: 16px;
}
.forgot-password-confirmation .textLogin p.note {
	font-size: 14px;
	font-weight: 600;
}
.forgot-password-confirmation2 .textLogin2 p {
	line-height: 1.45;
	color: var(--color-text-primary);
	margin-bottom: 16px;
}
.forgot-password-confirmation2 .textLogin2 p.note2 {
	font-size: 14px;
	font-weight: 600;
}	
.forgot-password-confirmation hr {
	border: 0;
	border-top: 1px solid #d8d8d8;
	margin: 18px 0;
}
.forgot-password-confirmation .textLogin p.note {
	color: #767676;
	font-size: 14px;
	font-weight: 600;
}
.forgot-password-confirmation2 hr {
	border: 0;
	border-top: 1px solid #d8d8d8;
	margin: 18px 0;
}
.forgot-password-confirmation2 .textLogin2 p.note2 {
	color: #767676;
	font-size: 14px;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.forgot-password-confirmation {
	margin-top: 32px;
	padding: 16px 20px 24px;
	}
    .forgot-password-confirmation2 .textLogin2 h5 {
	color: var(--color-text-primary);
	font-size: 24px;
	line-height: 1.05;
	font-weight: 600;
	}
}