*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: "Poppins", sans-serif;

}
.login-form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #151c2b;
	max-width: 940px;
	width: 100%;
	color:white!important

}
.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: 54%;
		margin-top:13px;
	}
.login-form .left-div{
	padding-left: 0;
}
.login-form .left-side{
	padding: 20px;
	position: relative;
	height: 100%;
}
.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;
}
	.login-form .right-side {
		padding: 60px 73px;
		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: 23px;
}
.login-form .right-side p{
	color: white!important;
	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;
  }
  .back{
	position: absolute;
	top: -36px;
    right: 0px;
    background: white;
    color: black;
    padding: 4px 19px;
    border-radius: 3px;
    text-decoration: none;
	font-size: 12px;
}
.right-side .main-side{
	position: relative;
}
  @media screen and (max-width: 767px){
.logo-logins {
	display: block;
	margin: 51px auto;
	text-align: center;
	padding-top: 33px;
}
	.login-form .right-side h5 {
		color: white;
		font-size: 21px;
		FONT-WEIGHT: 700;
	}
.back{
	top: 38px;
}
.login-form .left-side{
	display: none;
}
	body {
		background-image: none !important;
		background-color: White;
	}
.login-form .left-div{
	padding-right: 0;
}
	.login-form .right-side {
		padding: 0px 44px;
		background-color: #151c2b;
		background-image: url(../../images/work-petern2.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50%;
	}
.right-side .main-side{
	padding: 35px 0;
}
  }