

html { 
  background: url(../images/bg04.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body
{
	background-color:transparent!important;
	
}
	.login_popup_home
{
	width: 100%;
	margin:15%  auto 0 auto;
	max-width: 480px;
	height: 450px;
	/*background: rgba(4, 4, 4, 0.56);*/
	background:white;
-webkit-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);
/*-moz-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);*/
/*box-shadow: 0px 35px 44px -22px #1f181b;*/
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
padding: 60px 40px;
border-radius:6px;

	}
.login_reg_header
{
width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.login_tab
{
	margin: 0 0 35px 0;
	padding: 0;
	text-align: center;
list-style: none;
}
.login_tab li
{
	margin: 0;
	padding: 0;
	text-align: center;
display: inline;
}
.login_tab li a
{
	margin: 0 -3px;
	/*padding: 8px 25px;*/
	text-align: center;
    display: inline-block;
	/*background: rgba(0,0,0,0.8);*/
	/*color: #fff;*/
	font-size: 24px;
	/*text-transform: uppercase;*/
	/*border: 1px solid rgba(255,255,255,0.8);*/
	font-weight: bold;
	color:#333;
	
}
.login_tab li a.left_radius
{
	border-top-left-radius: 25px;
	border-bottom-left-radius:25px;
}
.login_tab li a:hover,
.login_tab li a.active
{   color:#333;
	/*background:#f1294d;*/
	/*color: #fff;*/
	text-decoration: none;
		transition: .4s ease-out;
}
.login_tab li a.right_radius
{
border-radius: 3px ;
}
.login_reg_header input[type="email"],
.login_reg_header input[type="password"]
{
	width: 100%;
	margin:5px 0;
	height: 45px;
	border-radius: 50px;
	padding: 0 10px;
	float: left;
	text-align: start;
	background: none;
	border:none;
	color: black;
	font-size: 13px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.login_reg_header input[type="button"]
{
	width: 70%;
	margin:50px 10px 0 60px ;
	height: 45px;
	border-radius: 50px;
	padding: 0 10px;
	/*float: left;*/
	text-align: center;
	background: #f1294d;
	border:1px solid rgba(255,255,255,0.5);
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.login_reg_header input[type="button"]:hover
{
	background: #000;
		transition: .4s ease-out;
}