:root, :host {
	--fontsPopinsSSerif: 'Open Sans', sans-serif;
	--defl-trans: all 0.3s ease-out 0s;
}
::selection {
	background: #444;
	color: #444444;
	text-shadow: none;
}
*::placeholder {
	color: #333333;
	font-size: 15px;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #999999;
	font-size: 15px;
	opacity: 1;
}


/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700'); */
body{
	font-family: var(--bs-font-sans-serif), var(--fontsPopinsSSerif);
	font-style: normal;
	font-weight: normal;	
}
.img {
	max-width: 100%;
	transition: var(--defl-trans);
}

a {
	-webkit-transition: var(--defl-trans);
	-moz-transition: var(--defl-trans);
	-ms-transition: var(--defl-trans);
	-o-transition: var(--defl-trans);
	transition: var(--defl-trans);
}
a, button { color: #1696e7; outline: medium none; }
a:focus, a:hover { color: #2B96CC; }
button:focus, input, input:focus, textarea, textarea:focus{outline: 0}
a:focus, a:hover {text-decoration: none;}
a:focus {outline: none; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;	
	color: #313131;
	margin-top: 0px;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
.m-height{
	min-height: 620px;	
}
.bg-reg{
	background: url(../img/bg_form_log_basic1.png);
	background-position: center;
	background-size: cover;
}
.cont-container{
}
.form-cointainer{
	padding: 45px 50px;
	box-shadow: 3px 3px 6px #594a4a52;
	background-color: white;
}
.form-cointainer .form-title p {
	color: #333;
	font-weight: 400;
	margin-bottom: 10px;
}
.form-cointainer .form-field {
	margin-bottom: 20px;
}
.form-cointainer .form-field input:focus {
	border: 2px solid rgba(13,110,253,.25);
	background: none;
	box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}
.form-cointainer .form-field input {
	border: 2px solid #ddddddbd;
	background: none;
	border-radius: 5px;
}
.form-title{
	text-align: center;
}

.form-title h3{
	font-size: 25px;
	font-weight: 700;
	border: none;
	margin-bottom: 15px;
}
.form-title h3{
	margin-bottom: 0px;
}
.form-title p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 45px;
}
.form-title p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
	text-align: justify;
}
.form-field{
	position: relative;
}

.form-field input {
	height: 45px;
	width: 100%;
	padding-left: 44px;
	border-radius: 26px;
	background: #9999990d;
	border: none;
}
.form-field input:focus {
	background: #ffffff;
	border: 1px solid #3333337d;
	box-shadow: none;
}
.form-field label {
	position: absolute;
	top: 8px;
	left: 17px;
	font-size: 20px;
}

#show, #showc, #showl {
	position: absolute;
	right: 18px;
	top: 13px;
	font-size: 20px;
	color: #999;
	cursor: pointer;
}
.forgot-pas a {
	display: block;
	text-align: right;
	color: #3125e5;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.forgot-pas a:hover{
	text-decoration: underline;
}
.agree-term label {
	font-size: 16px;
	font-weight: 600;
	margin-left: 7px;
}
.agree-newsletter label, .agree-term label {
	font-size: 14px;
	font-weight: 400;
	margin-left: 7px;
	color: #333;
	text-align: justify;
}
.agree-term input, .agree-newsletter input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.25);
	color-adjust: exact;
}
.agree-term input:focus, .agree-newsletter input:focus{
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.butt button:hover {
	background: #3425e5c4;
}
.butt button {
	width: 100%;
	background: #3A48EF;
	color: #ffffff;
	padding: 10px 0px;
	border: none;
	border-radius: 8px;
	transition: .3s;
}
.butt button {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 700;
}
a.twitter{
	background: #8eedc7;
	color: #ffff;
}
a.facebook{
	background: #3125e5;
	color: #ffff;
}
a.goggle{
	color: #ffff;
	background: #bc202f;
}
.icons a {
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	border-radius: 50%;
	margin: 0px 10px;
}
.icons a {
	line-height: 36px;		
}
.line {
	position: relative;
	border-bottom: 2px solid#3333;
}
.line span {
	position: absolute;
	top: -17px;
	font-size: 20px;
	background: #ffffff;
	height: 28px;
	width: 33px;
	border-radius: 20px;
	color: #7e7e7e;
	font-weight: 500;
	right: 50%;
	transform: translateX(50%);
}
.login-hange {
	text-align: center;
}
.login-hange span {
	font-size: 14px;
	font-weight: 400;
	color: #7e7e7e;
}
.login-hange a{
	color: #3125e5;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;	
}
.login-hange a:hover{
	text-decoration: underline;
}
.kom1{
	color: red;
	text-align: justify;	
}

@media  (max-width: 991px) {
	.login_form, .registration_form {
		background: none;
	}
}
@media (max-width: 767px) {
	.forgot-pas { display: inline-block;margin-left: 25px;}
	.login-hange span { font-size: 15px;}
	.form-cointainer { padding: 30px 30px;	}
	.form-cointainer .forgot-pas {	margin-left: 0px;	}
}












/********  */

