

body{
margin:0 auto;

/*background-image:url("../images/bg-image-40-2.png");
background-size:     cover;
background-repeat:   no-repeat;
background-position: center center;*/

 background-image:url("../images/body-bg-custom.jpg");
background-size: 100% 100%;
background-repeat: repeat; 

background-attachment:fixed;
text-align:center;
font-family: twcenmt-regular;
}       
.login-box {

position: absolute;
top: 90px;
right: 0;
left: 0;
margin: 0 auto;

margin:150px auto;
position:relative; 

padding: 40px 20px 0 20px;
display: inline-block;
width: 510px;
height:350px;
max-width: 100%;
background-image:url("../images/box-login-custom.png");
background-repeat: no-repeat; background-position: center;
background-size: 100% 100%;
}

/*.login-box-body, .register-box-body{
	margin-top: 99px;
}*/

@media (max-width: 1025px){
	body{
		background-position: bottom;
		background-size: 100%;
	}
}
