*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: "Poppins", sans-serif;

}
.sponsorename{
	color: green;
	font-size: 14px;
}
.login-form {
	background-color: #111c43;
	max-width: 660px;
	width: 100%;
	margin: 50px auto;
	border-radius:8px;
}
.login-form .right-div{
	padding-right: 0;
}
	.login-form .main-side .logo-login {
		text-align: center;
	}
.login-form .main-side .logo-login img{
	height:150%;
    width: 55%;
}

.login-form .left-side{
	padding: 20px;
	position: relative;
	height: 100%;
	background-image: url(../../images/reg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}
.login-form .left-side::before{
	background-image: url(../../images/login-bg.jpg);
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 40%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: -9;
}
.my-custom-css .form-group{
	margin-bottom:6px!important;
}
.my-custom-css .form-group label, .my-custom-css .mobile-number label {
	color: white;
	margin-bottom: 3px;
	font-size: 15px;
}
.back-to-home {
	margin: 18px 0 0 18px;
}
.back {
	/*position: absolute;
	top: -36px;
    right: 0px;*/
	background: #111c43;
	color: white;
	padding: 4px 19px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 12px;
}
.right-side .main-side{
	position: relative;
}
.logo-logins img{
	width:100%;
}
.login-form .right-side {
	padding: 40px 52px;
	background-color: #111c43;
	border-radius: 8px;
}
.login-form .container{
	padding: 0;
}
.login-form .left-side .contain-section h6{
	font-size: 32px;
}
.login-form .left-side .contain-section p{
	font-size: 14px;
	color: #393939;
	margin-bottom: 0;
}
.login-form .left-side .social-media{
	margin: 20px 0;
}
.login-form .left-side .social-media a{
	color: #490fb4;
    height: 41px;
    width: 41px;
    display: inline-block;
    border: 1px solid #490fb4;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    font-size: 21px;
	margin-right: 5px;
}
.login-form .left-side .bottom-section{
	display: flex;	
}
.login-form .left-side .bottom-section p{
	margin-right: 34px;
	font-weight: 400;
}
.login-form .right-side h5 {
	color: white;
	font-size: 30px;
	border-bottom: 1px solid;
	padding-bottom: 6px;
	margin-top: 20px;
}
.login-form .right-side p{
	color: white;
	font-size: 14px;
}
.login-form .right-side p a {
color: white;
}

.login-form .right-side .input-fiield .form-group label{
	color: white;
	margin-bottom: 5px;
}
.login-form .right-side .checkbox-field span{
	color: white;
} 	
.input-fiield input{
	height: 42px;
}
.my-btn {
	height: 42px;
	position: relative;
	border: none;
	overflow: hidden; /* Ensures the pseudo-element stays within button bounds */
	z-index: 1;
	background-color: transparent;
	transition: color 0.5s;
  }
  
  .my-btn::before {
	content: "";
	background-color: #490fb4e6;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	transition: width 0.5s;
	z-index: 0;
  }
  
  .my-btn:hover::before {
	width: 100%;
  }
  
  .my-btn:hover {
	color: white;
  }
  
  .my-btn {
	color: black; /* initial text color */
  }
  
  .my-btn::before {
	z-index: -9;
  }
  
  .my-btn {
	z-index: 1;
	position: relative;
	background: white;
  }
  .logo-logins{
	display: none;
  }
  @media screen and (max-width: 767px){
.logo-logins {
	display: block;
	padding-top: 6px;
	margin: 0 auto;
	text-align: center;
}
	.logo-logins{
		display:none;
	}
	.back-to-home {
		margin: 18px 0 0 3px;
	}
	.login-form {
		margin: 20px auto;
	}
	body {
		padding: 0 15px;
	}
/*body{
	background-image: none!important;
}*/
.login-form .right-side h5{
	font-size: 22px;
}
.login-form .left-side{
	display: none;
}
/*.login-form .left-div{
	padding-right: 0;
}*/
.login-form .right-side{
	padding: 0 30px;
       /* background-color: #4205b3;
        background-image: url(../../images/work-petern2.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;*/
}
.back{
	top: 10px;
}
.right-side .main-side{
	padding: 30px 0;
}
  }