* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: white;
}

img.ecom__logo {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	/*width: 95px;*/
	height: 115px;
	margin-top: 80px;
	margin-bottom: 50px;
}

.ecom__forms {
	background: #fff;
	margin: 30px auto;
	max-width: 500px;
	overflow: hidden;
	position: relative;
	padding: 0;
}
#ecom__signup {
	/*display: none;*/
}
.ecom__forms form { padding: 20px; }

.ecom__forms .tab-group {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ecom__forms .tab-group:after {
	content: "";
	display: table;
	clear: both;
}
.ecom__forms .tab-group li a {
	display: block;
	text-decoration: none;
	padding: 8px;
	background: #fff;
	color: #888;
	font-size: 16px;
	float: left;
	text-align: center;
	border-bottom: 3px solid transparent;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ecom__forms .tab-group li a:hover {
	background: #ffff;
	color: #666;
}
.ecom__forms .tab-group .active a {
	background: #fff;
	color: #444;
	border-bottom: 3px solid var(--primary);
}
.ecom__forms input {
	font-size: 16px;
	display: block;
	width: 100%;
	padding: 5px 20px;
	border: 1px solid #ddd;
	border-width: 0 0 1px;
	color: #666;
	border-radius: 0;
	margin-bottom: 10px;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ecom__forms input:focus {
	outline: 0;
	border-color: #000;
	color: #000;
}

.ecom__forms .button {
	border: 0;
	outline: none;
	border-radius: 0;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 2px;
	background: var(--primary);
	color: #ffffff;
	cursor: pointer;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ecom__forms .button:hover, .button:focus { background:  var(--primary) }
.text-p {
	text-align: left;
	font-size: smaller;

}
.text-p a {
	color: var(--primary) ;
	text-decoration: none;

}

.field-iconlogin {
	float: right;
	margin-left: -25px;
	margin-top: -65px;
	position: relative;
	z-index: 2;
}

.field-iconregister {
	float: right;
	margin-left: -25px;
	margin-top: -40px;
	position: relative;
	z-index: 2;
}

.field-iconlogin, .field-iconregister, .field-iconlogin:hover, .field-iconregister:hover, .field-iconlogin.fa-eye-slash, .field-iconregister.fa-eye-slash, .field-iconlogin.fa-eye, .field-iconregister.fa-eye {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 18px;
	float: right;

}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 11px;
	width: 11px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: var(--primary);
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 23px;
}

.slider.round:before {
	border-radius: 50%;
}

.ab {
	color: black;
	float: right;
    margin-right: 10px;
    margin-top: -30px;
    display: block;
}

.ab:hover{
	color: var(--primary);
}

.back {
	background-color: transparent;
	border: 1px solid transparent;
}
