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:10%  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;
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: 15px;
	text-transform: uppercase;
	border: 1px solid rgba(255,255,255,0.8);
	font-weight: bold;
}
.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
{
	background:#c51a5a;
	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: center;
	background: none;
	border:1px solid #eeeeee;
	color: black;
	font-size: 18px;
}
.login_reg_header input[type="button"]
{
	width: 100%;
	margin:15px 0;
	height: 45px;
	border-radius: 50px;
	padding: 0 10px;
	float: left;
	text-align: center;
	background: #c51a5a;
	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;
}