@import
	url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

* {
	box-sizing: border-box;
}

h1 {
	margin: 0;
}

h2 {
	text-align: center;
}

p {
	font-size: 13px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 10px 0 10px;
}

span {
	font-size: 12px;
}

a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	margin: 15px 0;
}

button {
	border-radius: 20px;
	background-color: #2a52be;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-trans: uppercase;
	transition: trans 80ms ease-in;
}

button:active {
	trans: scale(0.95);
}

button:focus {
	outline: none;
}

button.ghost {
	background-color: #00008B;
}

form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

input {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
}

@media ( max-width :768px) {
	.container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		min-height: 612px !important;
	}
	.overlay-panel {
		position: unset !important;
		width: 119% !important;
		margin-top: 0%;
	}
	.form-container {
		width: 100% !important;
		margin-top: 23px !important;
	}
	button.ghost {
		padding: 12px 21px;
	}
	p{
		font-size: 12px;
	}
	.form-container h1, h2 {
		font-size: 15px !important;
		margin-top: 30px;
	}
	.btn-sidebar-right {
		right: 71px !important;
		top: 34px !important;
		height: 97% !important;
	}
	button#signUp {
		padding: 12px 21px !important;
	}
}

.container {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px
		rgba(0, 0, 0, 0.22);
	position: relative;
	overflow: hidden;
	width: 80%;
	max-width: 100%;
	min-height: 480px;
	border: 8px solid #23395d;
}

.form-container {
	/* 	position: absolute; */
	/* 	top: 0; */
	/* 	height: 100%; */
	/* 	transition: all 0.6s ease-in-out; */
	width: 50%;
	margin-top: 25px;
}

.sign-in-container {
	width: 50%;
	z-index: 2;
}

.container.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

.sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

.container.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

/*@
keyframes show { 0%, 49.99% {
	opacity: 0;
	z-index: 1;
}

50
%
,
100
%
{
opacity
:
1;
z-index
:
5;
}
}*/
.overlay-container {
	/* 	position: absolute; */
	/* 	top: 0; */
	/* 	left: 50%; */
	/* 	width: 50%; */
	/* 	height: 100%; */
	/* 	overflow: hidden; */
	/* 	transition: transform 0.6s ease-in-out; */
	/* 	z-index: 100; */
	
}

/* .container.right-panel-active .overlay-container { */
/* 	transform: translateX(-100%); */
/* } */
.overlay {
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.signimg {
	width: 70%;
}

.btn-sidebar {
	width: 50%;
	position: absolute;
	display: flex;
	background-color: rgba(255, 255, 255, 0.7);
	left: 0px;
	top: 0px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.btn-sidebar-right {
	width: 50%;
	position: absolute;
	display: flex;
	background-color: rgba(255, 255, 255, 0.7);
	right: 0px;
	top: 0px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.container.right-panel-active .overlay {
	transform: translateX(50%);
}

.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
	right: 0%;
}

.overlay-left {
	transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
	transform: translateX(0);
}

.overlay-right {
	right: 0;
	/* 	transform: translateX(0); */
}

.container.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.social-container {
	margin: 20px 0;
}

.social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}

footer {
	background-color: #222;
	color: #fff;
	font-size: 14px;
	bottom: 0;
	position: fixed;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 999;
}

footer p {
	margin: 10px 0;
}

footer i {
	color: red;
}

footer a {
	color: #3c97bf;
	text-decoration: none;
}

/*******************OVERLAPPING CSS***********************/
.alert-danger {
	color: #ff0000
}

a.dropdown-item.text-danger {
	color: #000 !important;
}

.stats-cards {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.loginPagediv{
	position: relative;
}


html, body {
  height: 100%;
  overflow-x: hidden;
}


*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Montserrat',sans-serif;
}
.login-page{
  display:flex;
  min-height:100vh;
  width:100%;
  flex-wrap: wrap; 
}

.login-left{
  flex: 1 1 450px;  
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0px 70px;
  background:#fff;
}

.login-form{
  width:100%;
}

.logo{
width: 100%;
display: flex;
justify-content: flex-start;
}

.login-form h2{
font-size:23px;
margin-bottom:10px;
display: flex;
font-weight: 600;
}

.logo img{
	width: 130px;
    margin-bottom: 10px;
    position: relative;
    right: 10px;
}

.create-link {
    font-size: 16px;
    margin-bottom: 30px;
    color: #718096;
    position: relative;
    top: 10px;
    font-weight: 500;
}

.create-link a{
color:#2D3C7D;
text-decoration:underline;
}

.form-group{
margin-bottom:10px;
}

.form-group input{
width:100%;
padding:8px;
border:1px solid #CBD5E0;
border-radius:5px;
background-color: #fff;
font-size:13px;
color: #000;
}

.options{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    font-size:13px;
    margin:0px;
}
.access-account{
	color: #374E70;
	font-weight: 500;
	line-height: 10px;
	letter-spacing: 0.2px;
}
.remember{
    display:flex;
    align-items:center;
    gap:6px;
}

.remember input{
    width:16px;
    height:16px;
    cursor:pointer;
}

.remember label{
    font-size:14px;
    color:#718096;
    cursor:pointer;
}

.forgot-pass{
    font-size:14px;
    color:#2D3C7D;
    text-decoration:underline;
    position: relative;
    bottom: 15px;
    margin: 12px 0px;
}
.password-wrapper{
    position:relative;
    width:100%;
}
#signin-form{
	position: relative;
	margin-top: 20px;
}
.password-wrapper input{
    width:100%;
    border:1px solid #CBD5E0;
    border-radius:5px;
    font-size:13px;
}

.showbtn{
    position:absolute;
    right:12px;
    top:24px;
    transform:translateY(-50%);
    cursor:pointer;
    font-size:13px;
    color:#666;
    text-decoration:underline;
    font-weight: 500;
}

.showbtn:hover{
    color:#000;
}
.signin-btn{
  width:100%;
  padding:8px;
  border:none;
  background:#2D3C7D;
  color:#fff;
  border-radius:6px;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  position: relative;
  bottom: 10px;
}
.form-group label{
	color: #374E70;
	font-size: 13px;
	font-weight: 500;
}


.right-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-image-card {
  position: relative;
  width: 360px;
}

.login-image-card .main-box {
  background: #ffffff;
  padding: 10px;
  border-radius: 14px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.login-image-card img {
  display: block;
}

.login-image-card .bottom-box {
  position: absolute;
  width: 195px;
  height: 50px;
  background: #ffffff;
  border-radius: 12px;
  bottom: -30px;
  left: 73%;
  transform: translateX(-50%);
  z-index: 1;
}

.text-section {
  margin-top: 55px;
  color: #fff;
  text-align: center;
}
.main-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.main-box img {
  display: block;
  width: 270px;
}

.bottom-box {
  position: absolute;
  width: 220px;
  height: 90px;
  background: #ffffff;
  border-radius: 12px;
  left: 50%;
  transform: translateX(40%);

  bottom: -45px;

  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  z-index: 1;
}
.feature-card {
  display: none;
}
.login-right{
  flex: 1 1 550px; 
  height: auto;
  padding: 40px;
  background:#2D3C7D;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}

.login-right::after{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(255,255,255,0.05);
    border-radius:50%;
    top:-180px;
    right:-150px;
}
.form-group input:focus{
	color: #000;
	border:1px solid #2D3C7D;
	outline: none;
}
.forgot-pass{
	font-size: 13px;
	color: #2D3C7D;
	text-decoration: underline;
	font-weight: 500;
}
.top-text{
position:absolute;
top:80px;
font-size:16px;
}


.feature-card{
    width:460px;
    height:460px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
    bottom: 70px;
    display:flex;
    justify-content:center;
    align-items:flex-end;
}

.feature-img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:260px;
}

.signup-btn {
    margin-bottom: 45px;
    background: #2D3C7D;
    border: none;
    color: white;
    padding: 14px 60px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    left: 105px;
    font-weight: 600;
}

.feature-bottom{
position:absolute;
bottom:70px;
text-align:center;
}

.feature-bottom h2{
font-size:25px;
margin-bottom:10px;
}

.feature-bottom p{
font-size:15px;
opacity:0.8;
}

.slider-dots{
position:absolute;
bottom:30px;
display:flex;
gap:10px;
}

.dot{
width:8px;
height:8px;
border-radius:50%;
background:white;
opacity:0.5;
}

.dot.active{
opacity:1;
}

/*.login-body{
	overflow: hidden;
}*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-text-fill-color: #000000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

body{
  min-height:100vh;
  overflow-x:hidden;
}
@media (max-width: 768px){

body {
	overflow: auto;
}
.login-page{
    flex-direction: column;
    height: fit-content;
    overflow: auto;
}

.login-left{
    width: 100%;
    padding: 30px !important;
}

.login-right{
    width: 100%;
    padding: 30px 20px;
}

.login-form h2{
    margin-top: 15px;
}

.create-link{
    text-align: center;
    font-size: 14px;
}

.login-image-card {
    position: relative;
    width: 330px;
}
.main-box img{
	width: 220px;
}
.login-image-card .bottom-box {
    position: absolute;
    width: 170px;
    height: 60px;
    left: 74%;
    }
.form-group input{
    font-size: 14px;
    padding: 12px;
}

.signin-btn{
    font-size: 15px;
    padding: 12px;
}
button#signUp {
        padding: 9px 18px !important;
}
.options{
    align-items: flex-start;
    gap: 10px;
}

.feature-card{
    width: 100%;
    height: 250px;
    bottom: 0;
}

.feature-img{
    width: 160px;
}

.signup-btn {
     left: 70px;
     margin: 6px auto;
     display: block;
}

.feature-bottom{
    position: static;
    margin-top: 20px;
}

.feature-bottom h2{
    font-size: 20px;
}

.feature-bottom p{
    font-size: 13px;
}

.top-text{
    display: none;
}

.slider-dots{
    bottom: 10px;
}

}

@media (max-width:1024px){
  .login-left{
    padding:30px;
  }
}

@media (max-width:480px){
  .login-left{
    padding:20px;
  }

  .form-group input{
    font-size:13px;
    padding:10px;
  }

  .signin-btn{
    font-size:14px;
  }
}

.alert-font {
	font-size: 13px;
}

.session-popup {
	position: fixed;
	top: 20px;
	right: -13%;
	transform: translateX(-50%);
	width: 453px;
	max-width: 90%;
	background: #F7FAFC;
	color: #2D3C7D;
	padding: 20px;
	border-left: 8px solid #9FADEB;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	display: none;
	align-items: center;
	justify-content: space-between;
	z-index: 9999;
}

.popup-message {
	color: #374E70;
	font-size: 16px;
	font-weight: 400;
	flex:1;
}

.popup-close {
    float: right;
    font-size:24px;
    margin-top:-24px;
    color:#171717;
    cursor:pointer;
}

.popup-close:hover {
	color: #000;
}

.processing-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
    background: rgba(0, 0, 0, 0.10);
    z-index: 199999;
}

.processing-overlay.active {
    display: flex;
}

.processing-popup {
    min-height: 1px;
    padding: 15px;

    display: flex;
    align-items: center;
    gap: 22px;

    background: #ffffff;
    border-radius: 45px;

    box-sizing: border-box;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.processing-text {
    font-size: 14px;
    font-weight: 600;
    color: #2D3C7D;
    white-space: nowrap;
}

.processing-spinner-bars {
    position: relative;
    top: -13px;
    width: 10px;
    height: 10px;
    flex: 0 0 35px;
}

.processing-spinner-bars span {
    position: absolute;
    left: 20px;
    top: 2px;

    width: 4px;
    height: 11px;

    background: #2D3C7D;
    border-radius: 4px;

    transform-origin: 2px 16px;
    animation: spinnerFade 1.2s linear infinite;
}

.processing-spinner-bars span:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.processing-spinner-bars span:nth-child(2) {
    transform: rotate(40deg);
    animation-delay: -1s;
}

.processing-spinner-bars span:nth-child(3) {
    transform: rotate(80deg);
    animation-delay: -0.9s;
}

.processing-spinner-bars span:nth-child(4) {
    transform: rotate(120deg);
    animation-delay: -0.8s;
}

.processing-spinner-bars span:nth-child(5) {
    transform: rotate(160deg);
    animation-delay: -0.7s;
}

.processing-spinner-bars span:nth-child(6) {
    transform: rotate(200deg);
    animation-delay: -0.6s;
}

.processing-spinner-bars span:nth-child(7) {
    transform: rotate(240deg);
    animation-delay: -0.5s;
}

.processing-spinner-bars span:nth-child(8) {
    transform: rotate(280deg);
    animation-delay: -0.4s;
}

.processing-spinner-bars span:nth-child(9) {
    transform: rotate(320deg);
    animation-delay: -0.4s;
}



@keyframes spinnerFade {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.15;
    }
}

body.processing {
    overflow: hidden;
}
