#logo, #slogan{
	margin-left: 0 !important;
}
.payment-logo{
	display: block;
	text-align: center;
}

.user-info, .form-data {
	text-align: center;
	width: 400px;
	margin: 2em auto;
	background: #f8f8f8;
	padding: 10px;
	border-radius: 4px;
}

.user-info h1, h2{
    /*
	color: #0340FB;
	text-transform: uppercase;
	font: normal 22px/22px tahoma;
    */
	font-family: "Open Sans", "Segoe UI", Helvetica, Arial, sans-serif;
	color: #828384;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px auto 6px;
}
.user-info input{
	display: block;
	border: 1px solid #f8f8f8;
	margin: 10px auto;
	padding-left: 10px;
	border-radius: 4px;
	color: #555555;
	background-color: #ffffff;
	line-height: 28px;
	font-size: 0.875rem;
	font-family: "Open Sans", "Segoe UI", Helvetica, Arial, sans-serif;
	font-weight: 400;
	width: 330px;
}

.user-info #submit{
	display: block;
    clear: both;
    width: 211px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #d42e2f;
    border: none;
    color: white;
    line-height: 34px;
}

/* Start changes 04/03/2016 */
 body {
    background: url(/images/banners/1bg.png) no-repeat;
	background-size: cover;
    height: 100vh;
 	margin: 0;
}
.header {
    z-index: 10;
    width: 300px;
    height: 75px;
    top: 0px;
    /*background: url(/images/template/btn_bg.jpg) repeat-x left bottom;*/
    margin: auto;
}
.logo {
    /*float: left;*/
    width: 100%;
    height: 75px;
    margin-top: 12px;
    background: url(/images/custom/logo.png) no-repeat center;
	zoom: 1.2;
}
.user-info #submit {
    /*background: url("/images/btn_bg2.jpg") repeat scroll 0% 0%;*/
    color: #fff;
    line-height: 29px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}



/*.form-data{*/
	/*width: 350px;*/
	/*margin: 0 auto;*/
/*}*/

.form-data h2 {
	text-align: center;
}
.form-data p {
	font-family: "Open Sans", "Segoe UI", Helvetica, Arial, sans-serif;
	text-align: left;
	color: #555555;
}
.form-data p span{
	text-align: left;
	display: inline-block;
	color: #c4c4c4;
	font-size: 16px/18px;
	font-weight: bold;
}
.form-data + form input[type="image"]{
	width: 208px;
	margin: 0 auto;
	display: block;
}