body{
    overflow: hidden!important;
    background-color:#0F040C;
    font-family:arial;
}
#container{
    width:1024px;
    height:690px;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    margin:auto;
    background: url("../img/loginBG.png") no-repeat center center; 
}
#login_container{
    width:492px;
    height:406px;
    margin-top: 160px;
    margin-left: 502px;
    background: url("../img/loginForm.png") no-repeat center center; 
    padding-top:1px;
}

#logo{
    background: url("../img/logo.png") no-repeat center center; 
    height: 106px;
    width: 239px;
    margin-top: 28px;
    margin-left: 137px;
}

#username_label{
    color:#7B7B7B;
    padding:0px 80px;
}

#username{
    background: url("../img/input_box.png") no-repeat center center;
    width: 336px;
    height: 40px;
    margin-left: 82px;
    margin-top: 2px;
    border: 0px;
    font-size: 16px;
    padding: 7px 8px 1px 8px;
}

#password_label{
    color:#7B7B7B;
    padding:0px 80px;
    padding-top:17px;
}

#password{
    background: url("../img/input_box.png") no-repeat center center;
    width: 336px;
    height: 40px;
    margin-left: 82px;
    margin-top: 2px;
    border: 0px;
    font-size: 16px;
    padding: 7px 8px 1px 8px;
}

#left_control{
    height: 45px;
    width: 155px;
    color: red;
    font-size: 16px;
}

#right_control{
    height: 45px;
    width: 132px;
}

#submit_btn{
    background: url("../img/loginButton.png") no-repeat center center;
    background-position: -17px -17px;
    margin-top: 3px;
    height: 45px;
    width: 132px;
    border: 0px;
    cursor:pointer;
}

#control_conatiner{
    margin-left:82px;
    margin-top:10px;
}

#control_table{
    width:336px;
}

#rememberme_label{
    color:white;
    padding:0px 80px;
    padding-top:7px;
}