/*------------ Forget Password Page CSS ------------*/
:root {
	scroll-behavior: smooth;
}
*, ::after, ::before {
	box-sizing: border-box;
}
body {
	font-family: 'Inter', sans-serif;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
.container {
	width: 100%;
	max-width: 1440px;
	padding-right: var(--bs-gutter-x,.75rem);
	padding-left: var(--bs-gutter-x,.75rem);
	margin-right: auto;
	margin-left: auto;
}
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}
img, svg {
	vertical-align: middle;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
a {
	color: #9E2064;
	text-decoration: none;
}
a:focus, a:hover {
	color: #000;
	text-decoration: none;
}
h1 {
	font-size:  2.5rem;
	line-height: 3.125rem;
	font-weight: 700;
	margin: 3.563rem 0 0.313rem;
}
h2 {
	font-size:  1.5rem;
	line-height: 1.875rem;
}
p {
	font-size:  1.125rem;
	line-height: 1.5rem;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.signin {
	display: flex;	
}
.signin-content {
	width: 100%;
	height: auto;
	position: relative;
}
.form-left {
	background: url("../images/banners/forgotpassword-banner-image.jpg") no-repeat top center /cover;
	width: 41.6666%;
	height: 100%;
	color: #fff;
	padding: 3.5rem 0;
	position: relative;
	float: left;
}
.form-left h2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;
}
.logo {
	width: auto;
	height: auto;
	display: block;
}
header p {
	text-align: right;
}
.form-rt {
	width: 58.33333%;
	height: 100%;
	padding: 3rem 4rem 1.25rem 8rem;
	float: left;
}
.form-rt p {
	margin-top: 0;
}
.form-rt .log-form {
	margin-top: 4.5rem;
}
.log-form .btn {
	margin-top: 2.5rem;
}
.log-form {
	margin-bottom: 10rem;
}
.form-rt span {
	display: block;
	margin-bottom: 5rem;
}

/*---- Button ----*/
button {
	border-radius: 0;
}
button, 
input, 
optgroup, 
select, 
textarea {
	margin: 0;
    margin-right: 0px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button, 
select {
	text-transform: none;
}
.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-style {
	border-radius: 26px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border: 3px solid #9E2064;
	padding: 0.75rem 1.688rem;
	font: normal normal 600 1.125rem/1.5rem Inter;
}
.purple-btn {		
	color: #fff;
	background: #9E2064;
}
.btn:focus, 
.btn:hover {
	background: #231F20;
	border-color: #231F20;
	color: #fff;
}
.footer {
	position: absolute;
	color: #fff;
	bottom: 1.313rem;
	left: 4.125rem;
	font-size: 1.125rem;
}

/*------------ Responsive ------------*/

/* RETINA */
@media (-webkit-min-device-pixel-ratio: 2),(-moz-device-pixel-ratio: 2), (min-resolution: 192dppx) { 
	.form-left {
		background-image: url("../images/banners/forgotpassword-banner-image@2x.jpg");
	}
}
@media (max-width: 992px) {
	.form-left,
	.form-rt {
		width: 100%;
		height: auto;
		float: none;
	}
	.form-left {		
		background-image: url("../images/banners/forgotpassword-mobile-BG.jpg");
		background-position: center top;
	}
	.form-left h2 {
	  width: 90%;
	  float: none;
	}
	.form-rt {
		padding: 3rem 12%;
	}
	.log-form {
		margin-bottom: 20%;
	}
	.footer {
		position: relative;
		color: #000;
		width: 100%;
		text-align: center;
		left: 0;
	}
}
@media (max-width: 600px) {
	.form-left {
		padding: 1.5rem 0;
	}
	.form-left h2 {
		width: 100%;
	}
	header{
		display: block;
	}
	header p {
		text-align: left;
	}
	.logo {
		margin-bottom: 2rem;
	}
	h1 {
		font-size: 2rem;
		line-height: 2.75rem;
	}
	.log-form .btn {
		margin-top: 0;
	}
}