body {
	background-color:#000;
	margin:0;
	padding:0;
	font-size: 16px;
	font-family: Arial;
	color:#fff;
}


#wrapperLogo{

	
    background-repeat: no-repeat;
	background-position: center 3px;
    background-size: 400px 408px
	width:455px; 
	height:110px; 
}


img {
	border:none;
}

/*=====================================================LOGIN PAGE========================================================*/

.header{
	background: rgb(214,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(214,0,0,1) 0%, rgba(144,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,0,0,1)), color-stop(100%,rgba(144,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(214,0,0,1) 0%,rgba(144,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(214,0,0,1) 0%,rgba(144,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(214,0,0,1) 0%,rgba(144,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(214,0,0,1) 0%,rgba(144,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60000', endColorstr='#900000',GradientType=0 ); /* IE6-9 */
	border-bottom: 5px solid #F00;
	border-top: 5px solid #000;
	width: 100%;
}
	
	.header-wrap{
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}

	.logo-wrap{
		  width: 100%
	}

		.logo{
			display: inline-block;
			padding: 10px 0;
			width: 200px;
		}

			.logo img{
				width: 100%;
				height: auto;
			}

	.menu{
		float: right;
		text-align: right;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99999;
		margin: 0;
		padding: 0
	}

		.menu ul, .menu li{
			list-style: none;
		}

		.menu li a:link, .menu li a:visited{
			background: #000;
			padding: 10px 20px;
			color: #FFF;
			font-size: 15px;
			display: inline-block;
		}

.slide-wrap{
	background: url(../images/bg.jpg) no-repeat center top;
	background-size: 100%;
}

	.slide-content{
		width: 50%;
		height: 100%;
		position: absolute;
		overflow: hidden;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 0;
	}

	.slide{
		width: 100%
	}
		.slide div{
			width: 100%
		}

.bg-login{
	margin:auto;
	max-width:1200px;
	max-height:100%;
	padding: 20% 0 0 0;
	position: relative;
}
	
	.bg-login img{
		width: 100%;
		height: auto;
	}

	.login{
		position: relative;
		z-index: 1;
		width: 100%;
		margin: 15px  auto;
		text-align: center;
	}

		#bp_login_div{
			display: inline-block;
			width: 80%;
			padding: 0 5%;
		}

	.rules{
		max-width: 1160px;
		background: #FFF;
		margin-top: 30px;
		color: #000;
		padding: 20px;
		margin: 20px auto;
	}

.bg-login form {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:rgba(0, 0, 0, 0.8);
	padding: 5%;
	display: inline-block;
	width:90%;
	text-align:center;
}

.bp-login-field, .bp-login-submit{
	display:inline;
	width:100%;
}

.bp-login-field input {
	width:98%;
	padding: 1%;
	font-size: 14px;
	margin: 1% 0;
	border: none;
	height:30px;
}

.left-div-field{
	display: none;
}

.bp-login-remember, .bp-login-partner{
	display: inline-block;
	margin: 10px 0;
	width: 100%
}

	.bp-login-partner a{
		color: #FFF;
	}

.bp-login-submit input {
	background: rgb(214,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(214,0,0,1) 0%, rgba(144,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,0,0,1)), color-stop(100%,rgba(144,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(214,0,0,1) 0%,rgba(144,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(214,0,0,1) 0%,rgba(144,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(214,0,0,1) 0%,rgba(144,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(214,0,0,1) 0%,rgba(144,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60000', endColorstr='#900000',GradientType=0 ); /* IE6-9 */

	color: #FFF;
	width: 100%;
	margin:10px 0 0 0;
	padding:10px 0;
	font-size: 20px;
	border:none;
}

.bg-login .agents {
	width:100%;
	height:20px;
	margin:auto;
	padding-top:300px;
	text-align:center;
}

.footer{
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #333333 0%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #666;
	color: #FFF;
	width: 100%;
	padding: 8px 0;
	text-align: center;
}

h1{
	color: #a40000;
	text-align: center;
	border-bottom: solid 2px #a40000;
	width: 100%;
	text-transform: uppercase;
}

h2{
	border-bottom: 2px solid #a40000;
	padding: 2px 2%;
	width: 96%
}

	h2.title{
		background: #a40000;
		color: #FFF;
		text-align: center;
		text-transform: uppercase;
	}

h3{
	color: #a40000;
	width: 100%;
}

p, li{
	line-height: 22px
}

.agents-link{
	margin: 20px 0 0 0;
	padding: 5px 0 5px 30px;
	float: left;
	background: url(../img/icon-agents.png) no-repeat left center;
}

	.agents-link a:link, .agents-link a:visited{
		color: #FFF
	}


/*=====================================================LOGIN PAGE========================================================*/

@media (min-width: 850px) {
	
}

@media (min-width: 1200px) {
	.logo{
		width: 300px;
		height: auto;
	}

	.login{
		width: 1200px;
	}

	.menu li a:link, .menu li a:visited{
		margin-top: 20px;
	}

	.bg-login form{
		padding: 40px 20px;
		width: 350px
	}
}