#content.login {

    /*height: 1170px;
    background: url(/img/bg/img_mobile_home.png) no-repeat center center;*/
}

#login {
    /*  background: url(/img/bg/bg_signin.png) no-repeat;*/
}
.mfp-bg {
    background: url(/img/bg/bg_home.jpg) no-repeat top center transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.phone_background {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: url(/img/bg/img_mobile_home.png) no-repeat;
    background-position: center 300px;
}


.login-container {
    width: 550px;
    margin-left: -100px;
    margin-top: 50px;
}

.login-block-content {
    /*height: 245px;*/
    width: 100%;
    margin-top: -285px;
    padding: 20px 20px;
    z-index:10;
    float:left;
    position: relative;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

.login-block {
    margin: 0;
    width: 100%;
    /*height:285px,*/
    opacity: 0.6;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

#loginBtn, #loginResetBtn {
    margin-top: 15px;
}

#lost-password-popup {
    background: transparent;
    text-align: left;
    max-width: 550px;
    margin: 40px auto;
    position: relative;
}
.lost-password-block {
    width: 100%;
    height: 225px;
    opacity: 0.7;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
#lost-password-popup-content {
    margin-top: -235px;
    height: 215px;
    padding: 20px 20px;
    z-index:10;
    float:left;
    position: relative;
    width: 100%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.login_label {
    font-size: 20px;
    /*  font-weight: lighter;*/
    line-height: 20px;
    padding: 16px 8px 3px;
    vertical-align: middle;
    margin-top: 10px;
    clear: both;
    width:140px;
    float: left;
}
.login_value {
    margin-top: 10px;
    width:325px;
    float: left;
}
.login_value input {
    width:325px;
    font-size: 20px;
}
.login_value.button{
    width:325px;
}
.forgot_passwd {
    float: right;
    clear: both;
    margin: 20px 15px 0 0;
}
.create_account {
    text-align: center;
    position: absolute;
    margin: 30px 0 0 -20px;
    width: 100%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

.download_usermanual {
    text-align: center;
    position: absolute;
    margin: 70px 0 0 -20px;
    width: 100%;
    font-weight: 250;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

@media (max-width: 975px) {

    .login-container {
        width: 400px;
        height: 280px;
        margin-left: -80px;
    }

    .login_label {
        font-size: 18px;
        width:100px;
        margin-top: 5px;
    }
    .login_value {
        font-size: 18px;
        margin-top: 5px;
        width:220px;
    }
    .login_value input {
        width:220px;
        font-size: 18px;
    }
    .login_value.button{
        width:220px;
    }
    #lost-password-popup {
        max-width: 400px;
    }
    #lost-password-popup-bg {
        width: 400px;
        height: 240px;
    }
    #lost-password-popup-content {
        margin-top: -240px;
        height: 220px;
    }
    .lost-password-block {
        width: 420px;
    }
}

@media (max-width: 690px) {

    .phone_background {
        display: none;
    }

    .login-container  {
        margin: 0 auto;
    }

    #content.login {
        height: auto;
        background: transparent;
    }
}

@media (max-width: 450px) {

    .login-block-content {
        padding: 10px;
    }

    .login_label {
        font-size: 14px;
        width:80px;
        margin-top: 3px;
    }
    .login_value {
        margin-top: 3px;
        width:145px;
    }

    .login_value input {
        width:145px;
        font-size: 14px;
    }

    .login_value.button{
        width:145px;
    }

    .login-container {
        width: 300px;
        height: 210px;
    }

    #lost-password-popup {
        max-width: 300px;
    }
    #lost-password-popup-bg {
        width: 300px;
        height: 190px;
    }
    #lost-password-popup-content {
        margin-top: -190px;
        height: 170px;
    }

    .forgot_passwd {
        margin: 10px 2px 0 0;
    }

    .lost-password-block {
        width: 320px;
    }
}