body {
	background: url('http://img5.duitang.com/uploads/item/201412/05/20141205195809_YEHrU.jpeg') #ebebeb;
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
		
}
.clear {
	clear: both;
}

/* HEADER */
header {
	width: 370px;
	text-align: right;
	float: left;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -385px;
}
header h1 {
	
}

/* MAIN */
section#main {
	width: 390px;
	margin-left: 30px;
	padding: 15px;
	float: left;
	background: url('box_bg.png');
	position: absolute;
	top: 45%;
	right: 50%;
	margin-right: -430px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 25px #CCC;
	-moz-box-shadow: 0px 0px 25px #CCC;
	box-shadow: 0px 0px 25px #CCC;
}
#main label {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #FFFFFF;
	color: #696969;
}
#main label.checkbox {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-shadow: none;
}
input.large {
	width: 374px;
	height: 25px;
	font-size: 20px;
	line-height: 20px;
	padding: 6px;
}
input.large2 {
	width: 255px;
	height: 25px;
	font-size: 20px;
	line-height: 20px;
	padding: 6px;
}
select.large {
	width: 444px;
	height: 39px;
	font-size: 20px;
	line-height: 20px;
	padding: 6px;
}
select.large2 {
	width: 170px;
	height: 39px;
	font-size: 20px;
	line-height: 20px;
	padding: 6px;
}
textarea.large {
	width: 444px;
	height: 80px;
	font-size: 20px;
	line-height: 20px;
	padding: 6px;
}
input#password {
	width: 350px;
	padding: 6px 30px 6px 6px;
}
#main .left {
	float: left;
}
#main button.right {
	float: right;
}
#main h2#cc_heading {
	background: url('login/clientcentre_heading.png') no-repeat;
	text-indent: -9999px;
	width: 120px;
	height: 19px;
	margin: 0px 0px 0.25em 0px;
	padding: 0px;
	float: right;
}
#main .forgotpw {
	position: absolute;
	bottom: 59px;
	right: 22px;
	display: block;
	width: 24px;
	height: 24px;
	background: url('login/forgotpw.png') no-repeat 0px 0px;
	text-indent: -9999px;
}
#main .forgotpw:hover {
	background-position: -24px 0px;
}
#main .help-inline {
	font-size: 11px;
	color: #909090;
	padding-left: 3px;
}

/* FOOTER */
footer {
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 45px;
	color: #9c9c9c;
	text-shadow: 0px 1px 0px #FFFFFF;
}
footer .left {
	position: absolute;
	top: 8px;
	left: 20px;
}
footer .middle-label {
	display: block;
	background: url('login/footer_label.png') no-repeat;
	width: 29px;
	height: 29px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 49%;
}
footer .right {
	position: absolute;
	top: 8px;
	right: 20px;
	text-align: right;
}
.fraud_box {
display: block;
width: 160px;
height: 33px;
line-height: 16px;
margin: 0 auto;
background: rgba(255, 255, 255, 0.89);
padding-left: 35px;
color: #A8A8A8;
margin-top: 20px;
background-image: url(fraud_icon.png);
background-repeat: no-repeat;
border-radius: 4px;
-webkit-box-shadow: 0px 0px 25px #CCC;
-moz-box-shadow: 0px 0px 25px #CCC;
box-shadow: 0px 0px 25px #CCC;
}
footer ul.inline {
	margin: 0px;
	padding: 0px;
}
footer ul.inline li {
	list-style-type: none;
	float: left;
	padding: 0px 2em 0px 0px;
}
footer a, footer a:hover {
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

/* OLD BROWSER */
#oldBrowser p{
	font-size: 18px;
}
#oldBrowser .alert-heading {
	font-size: 24px;
}
#oldBrowser em {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

/* REGISTER */
.register {
	width: 100%;
	margin: auto;
	text-align: center;
}
.register footer {
	position: relative;
	margin-top: 1em;
}
.register header, .register section#main {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	margin: 0px auto !important;
	float: none;
}
.register header {
	text-align: center;
	padding: 20px 0px;
}
.small_form h2, .register h2 {
	font-size: 18px;
	border-bottom: 1px solid #EEE;
	line-height: 28px;
	margin-bottom: 10px;
}
.register section#main {
	width: 450px;
	margin: auto;
	text-align: left;
}
.register .form-actions {
	background: none;
	text-align: center;
	margin: 0px;
	padding-bottom: 0px;
}
.register input.large {
	width: 430px;
	margin-bottom: 3px;
}
.register input#password {
	width: 430px;
	padding: 6px;
}
.register form {
	margin-bottom: 5px;
}

@media (max-width: 960px) {
	footer {
		position: relative;
		margin-top: 1em;
	}
	footer .middle-label {
		display: none;
	}
	header, section#main {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		margin: 0px auto !important;
		float: none;
	}
	header {
		text-align: center;
		padding: 20px 0px;
	}
	#main .forgotpw {
		bottom: 50px;
	}
}
@media (max-width: 670px) {
	footer .right {
		display: none;
	}
}
@media (max-width: 425px) {
	input.large, input#password, .register input.large, .register input#password {
		width: 95%;
	}
	input#password {
		padding: 6px;
	}
	header, section#main, .register section#main {
		width: 90%;
		box-shadow: none;
	}
	#main .forgotpw {
		display: inline;
		position: relative;
		background: none;
		width: auto;
		height: auto;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		text-indent: 0px;
		font-size: 16px;
		line-height: 25px;
	}
	#main .left, #main button.right, #main h2#cc_heading {
		float: none;
	}
	#main label.checkbox {
		font-size: 16px;
		line-height: 30px;
	}
}