body {
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*background-image: url("./images/home/bg.png");*/
    background-image: url("images/bg.png");
}
@media screen and (max-width: 1300px) {
    body {
        background-position: top;
    }
}
div.danghui {
    /*background-image: url("./images/home/danghui2.png");*/
    background-image: url("images/danghui3.png");
    height: 75px;
    background-size: 75px auto;
    background-repeat: no-repeat;
    margin-top: 60px;
    background-position: center;
}
div.title {
    /* background-image: url("./images/home/title.png");*/
    background-image: url("images/title.png");
    height: 90px;
    background-size: 600px auto;
    background-repeat: no-repeat;
    margin-top: 10px;
    background-position: center;
}
#loginForm {
    text-align: center;
}
#loginForm input {
    margin-left: 25px;
    height: 35px;
    width: 260px;
    margin-bottom: 20px;
    border: 1px solid rgb(196, 38, 31);
    border-radius: 7px;
    padding-left: 36px;
}
#loginForm input:focus {
    outline: none;
}
img.input-icon{
    position: relative;
    top: 8px;
    left: -297px;
    width: 22px;
}
input.username {
    margin-top: 30px;
    /* background-image: url("./images/home/username.png");*/
    /*background-image: url("images/username.png") !important;*/
    background-repeat: no-repeat;
    background-size: 19px auto;
    background-position: 8px 7px;
}
input.password {
    /*background-image: url("./images/home/password.png");*/
    /*background-image: url("images/password.png");*/
    background-repeat: no-repeat;
    background-size: 19px auto;
    background-position: 8px 9px;
}
#loginForm span.message {
    color: white;
}
#loginForm button.submit {
    margin-top: 30px;
    height: 43px;
    width: 300px;
    /*background-image: url("./images/home/login.png");*/
    background-image: url("images/login.png");
    background-size: 320px auto;
    background-repeat: no-repeat;
    background-position: -11px -8px;
    cursor: pointer;
    border: 1px solid rgb(196, 38, 31);
    border-radius: 7px;
}