
/*======================================
   Login & Register CSS
========================================*/
.shop.login .login-form h2 {
	position:relative;
	font-size: 35px;
	color: #111a3a;
	font-weight: 400;
	line-height: 27px;
	text-transform: uppercase;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: center;
}
.shop.login .login-form h2:before{
	position:absolute;
	content:"";
	left:50%;
	bottom:0;
	height:2px;
	width:50px;
	background:#00ab55;
	margin-left:-25px;
}
.shop.login .login-form p {
	font-size: 14px;
	color: #111a3a;
	font-weight: 400;
	text-align: center;
	margin-bottom:50px;
}
.shop.login .form .form-group {
	margin-bottom: 22px;
}
.shop.login .form .form-group input {
	width: 100%;
	height: 45px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 0px;
	color: #111a3a !important;
	background: #f7f7f7;
	border: 1px solid #cccccc3d;
	border-radius: 3px;
}
.shop.login .form .form-group label {
	color: #111a3a;
	position: relative;
	font-weight: 600;
	margin-bottom: 10px;
}
.shop.login .form .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}
.shop.login .form .form-group input:hover{
	border-color:#1308a3;
	color:#1308a3;
}
.shop.login .form .form-group.login-btn {
	margin: 0;
}

.register-coustomer h2 {
  font-size: 25px;
  margin-bottom: 12px;
}
.register-coustomer .register-now {
  margin-top: 15px;
}



.shop.login .form button {
	border: none;
}
.shop.login .form .btn {
	display: inline-block;
	margin-right: 10px;
	height: 46px;
	color: #fff;
	line-height: 20px;
}
.shop.login .form .btn:hover{
	background:#00ab55;
	color:#fff;
}
.shop.login .login-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display:inline-block;
}
.shop.login .login-form .checkbox label input {
	margin-right: 10px;
}
.shop.login .login-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #111a3a;
	position: relative;
}
.shop.login .login-form .checkbox label:hover{
	cursor:pointer;
}
.shop.login .login-form .lost-pass{
	display:inline-block;
	margin-left:25px;
	color:#111a3a;
	font-size:14px;
	font-weight:400;
}
.shop.login .login-form .lost-pass:hover{
	color:#00ab55;
}
/*======================================
	End Login CSS
========================================*/

