*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: "Poppins", sans-serif;

}
.sponsorename{
	color: green;
	font-size: 14px;
}
.login-form {
	background-color: #151c2b;
	max-width: 1140px;
	width: 100%;
	margin: 50px auto;
	color:white;
}
.login-form .right-div{
	padding-right: 0;
}
.login-form .main-side .logo-login{
	height: 112px;
}
.login-form .main-side .logo-login img{
	height: 70%;
    width: 50%;
	margin-top:13px
}
.login-form .left-div{
	padding-left: 0;
}
.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 {
	position: absolute;
	top: -21px;
	right: 0px;
	background: white;
	color: black;
	padding: 4px 19px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 12px;
}
.right-side .main-side{
	position: relative;
}
.login-form .right-side {
	padding: 40px 52px;
	background-color: #f7b952;
}
.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: white;
	margin-bottom: 0;
}
.login-form .left-side .social-media{
	margin: 20px 0;
}
	.login-form .left-side .social-media a {
		color: #ffc107;
		height: 41px;
		width: 41px;
		display: inline-block;
		border: 1px solid #ffc107;
		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;
}
.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: #151c2b;
		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;
}
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: #151c2b;
		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;
}
  }