@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	padding: 0;
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}
*{
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}
img{
	max-width: 100%;
}

.login-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100vh;
}
.login-img {
	width: 60%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-right: -100px;
	position: relative;
}
.heading {
    position: absolute;
    left: 20px;
    top: -140px;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    flex-direction: column;
    max-width: 600px;
}
.heading h1 {
    font-size: 42px;
    text-align: left;
    font-weight: 500;
    line-height: 60px;
    position: relative;
}
.heading-inner ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.heading-inner ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
}
.heading-inner ul li img {
    width: 32px;
}
.heading-inner{
	position: relative;
}
.heading-inner:before {
    content: '';
    position: absolute;
    left: -50px;
    top: -40px;
    background-image: url('../img/dot-img.png');
    width: 198px;
    height: 165px;
    z-index: -1;
    background-size: 70%;
    background-repeat: no-repeat;
}
.heading-inner:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url('../img/midd-img.png');
	width: 128px;
	height: 126px;
	z-index: -1;
}
.login-form {
    width: 45%;
    height: 100vh;
    display: flex;
    align-items: center;
    background: #ffffff;
    mix-blend-mode: soft-light;
}
.login-form-wrap {
    max-width: 400px;
    width: 100%;
    margin: 0 20px 0 200px;
    box-shadow: 0 0 5px 5px #eee;
    padding: 30px;
    border-radius: 10px;
}
.login-form h4 {
	font-size: 24px;
	margin: 0 0 30px;
}
.top-img {
	margin-top: -80px;
	transform: scaleX(-1);
}
.bottom-img {
	margin-bottom: 100px;
	transform: scaleX(-1);
}
.form-group {
	position: relative;
	margin-bottom: 30px;
}
.form-group label {
	font-size: 12px;
	display: block;
	position: absolute;
	left: 20px;
	top: -8px;
	background-color: #fff;
	padding: 0 10px;
	color: #ababab;
}
.form-comtrol {
	font-size: 12px;
	padding: 15px 50px 15px 15px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #e1dddd;
	outline: 1px solid transparent;
	box-shadow: none;
	color: #000;
}
input.form-comtrol:focus-visible {
	outline-color: #3B7EF7;
}
.form-group img {
	position: absolute;
	right: 15px;
	top: 17px;
	width: 23px;
	filter: opacity(0.5);
}
.form-comtrol::placeholder{
	color: #ababab;
}
.form-btn {
	margin-bottom: 40px;
}
.login-btn {
	background-color: #3B7EF7;
	border: none;
	box-shadow: none;
	outline: none;
	width: 100%;
	text-align: center;
	padding: 15px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	border-radius: 5px;
	transition: .6s;
	-webkit-transition: .6s;
}
.login-btn:hover {
	background-color: #558df3;
}
.form-des {
	text-align: center;
	font-size: 12px;
	position: relative;
	color: #ababab;
}
.form-des:before {
	content: '';
	position: absolute;
	background: #e1dddd;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	margin: auto;
	z-index: -1;
}
.form-des span {
	background-color: #fff;
	padding: 0 20px;
}
.social-icon {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-top: 20px;
}
.social-icon a {
	border: 1px solid #e1dddd;
	border-radius: 5px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .6s;
	-webkit-transition: .6s;
}
.social-icon a:hover{
	border-color: #3B7EF7;
}
.account-dec p {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	color: #ababab;
}
.account-dec p a {
	color: #3B7EF7;
	text-decoration: none;
	transition: .6s;
	-webkit-transition: .6s;
}
.account-dec p a:hover {
	color: #558df3;
}

/*CONTACT FORM CSS START*/
.contact-form {
	height: auto;
	padding: 0px 20px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}
.contact-form .login-form{
	background-color: transparent;
}
.info-con h2 {
    margin: 0 0 20px;
}
.info-wrap {
    display: flex;
    gap: 20px;
    margin: 40px 0;
}
.info-img {
    width: 44px;
}
.info-con {
    width: calc(100% - 44px);
}
.info-con p {
    font-size: 14px;
    color: #514e4e;
    margin: 0;
}
.contact-form .login-form {
    height: auto;
    margin: auto;
    mix-blend-mode: unset;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}
.contact-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-btn p {
    font-size: 14px;
}
.contact-form .login-form-wrap {
    margin: 0 auto;
    max-width: 700px;
    background: #fff;
}
.contact-input {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 20px;
}
.countryrow {
	display: flex;
}
.country-box {
    width: 115px;
}
.contact-form .login-form h1 {
    text-align: center;
    margin: 0 0 20px;
    width: 100%;
}
.country-box .form-comtrol {
	border-radius: 5px 0 0 5px;
	border-right: 0;
	height: 42px;
}
.country-Mobile-box {
    width: calc(100% - 115px);
}
.country-Mobile-box .form-comtrol {
	border-radius: 0 5px 5px 0;
	border-left: 0;
	height: 42px;
}
.contact-form .form-comtrol {
	outline: none !important;
	font-size: 13px;
	padding: 10px 15px;
}
.contact-form .form-group label {
	display: block;
	margin-bottom: 5px;
	padding: 0 15px;
	color: #514e4e;
}
.contact-form .form-group {
	margin-bottom: 20px;
}
.form-group label span {
	color: #ff0000;
}
.form-check {
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.form-check-label {
	font-size: 12px;
	color: #514e4e;
}
.form-check-label a {
	color: #F26432;
	text-decoration: none;
	transition: .6s;
	-webkit-transition: .6s;
}
.form-check-label a:hover {
	color: #000;
}
.contact-form .login-btn {
	width: auto;
	padding: 10px 30px;
	background-color: #ffc107;
	font-size: 14px;
}
.contact-form .login-btn:hover {
	background-color: #ffca2c;
}
.contact-form .form-btn {
	margin-bottom: 0;
}
/*CONTACT FORM CSS END*/


/*MEDIA CSS START*/
@media (max-width:1199px){
	.login-img {
		width: 55%;
		margin-right: -50px;
	}
	.login-form {
		width: 45%;
	}
	.login-form-wrap {
		margin: 0 20px 0 100px;
	}
}

@media (max-width:1023px){
	.heading h1 {
		font-size: 50px;
		line-height: 75px;
	}
	.top-img {
		margin-top: -40px;
	}
	.contact-form {
		background-image: none !important;
	}
	.contact-form .login-form {
		padding: 0;
		background: #fff;
	}

}

@media (max-width:767px){
	.top-img, .bottom-img, .heading h1:before, .heading h1:after{
		display: none;
	}
	.login-main {
		height: auto;
		padding: 20px;
	}
	.login-img {
		width: 100%;
		margin-right: 0;
		height: auto;
	}
	.heading {
		position: unset;
	}
	.heading h1 {
		font-size: 42px;
		line-height: 60px;
	}
	.login-form {
		width: 100%;
		height: auto;
	}
	.login-form-wrap {
		margin: 0;
	}

}

@media (max-width:575px){
	.contact-input {
		grid-template-columns: auto;
	}
}

