*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: "Poppins", sans-serif;

}
.back-to-home {
	margin: 18px 0 0 18px;
}
.login-form {
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	margin: 0 auto;
	background-color: #111c43;
	max-width: 500px;
	width: 100%;
	padding: 33px 24px 68px 24px;
	border-radius:8px;
}
.login-form .right-div{
	padding-right: 0;
}
	.login-form .main-side .logo-login {
		/*height: 140px;*/
		width: 450px;
		margin: 0 auto;
	}
.login-form .main-side .logo-login img{
	/*height: 120%;*/
    width: 100%;
}
/*.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: 40px 33px;*/
		/*background-color: #490fb4a8;*/
	}
.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: 23px;
		text-align: center;
		margin: 4px 0 8px 0;
	}
.login-form .right-side p{
	color: white;
	font-size: 14px;
	text-align:center;
}
.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;
  }
.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;
}
  @media screen and (max-width: 767px){
.logo-logins {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 33px;
}
	.main-side h5{
		display:none;
	}
	.login-form .main-side .logo-login {
		width: 100%;
		margin-bottom: 15px;
	}
	.login-form .right-side p {
		margin-bottom: 0;
	}
	.login-form .right-side .input-fiield .form-group label {
		color: white;
		margin-bottom: 10px;
	}
	.logo-logins{
		display:none!important;
	}
	.logo-login img {
		width: 100% !important;
	}
	.logo-logins img {
		width: 100% !important;
	}
	.login-form .left-div {
		padding-left: 0 !important;
	}
	.login-form {
		margin-bottom: 30px;
		padding: 33px 24px 20px 24px;
	}
	body {
		padding: 0 15px;
	}
	/*.login-form .right-side {
		padding: 14px 22px 10px 22px!important;
	}*/
	.login-form .left-div {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.login-form .row {
		margin: 0px !important;
	}
	.right-side .main-side {
		padding: 0px !important;
	}
	.back-to-home {
		margin: 18px 0 10px 18px;
	}
	.back-to-home a {
		color: white !important;
	}
	.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: #4205b3;
	*/}
/*.login-form .left-div{
	padding-right: 0;
}*/
/*.login-form .right-side{
	padding: 0px 44px;
        background-color: #4205b3;
        background-image: url(../../images/work-petern2.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
}*/
.right-side .main-side{
	padding: 0px 0;
}
  }