#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;
    z-index: -1;
}


.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;
}
#loginResetBtn {
    margin-top: 15px;
}
#loginBtn {
    margin-top: 5px;
}
#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: 15px 15px 0 0;
}
.create_account {
    text-align: center;
    margin: 15px 0 0 0px;
    width: 100%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    float: left;
}

.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;
}

#header_menu:before {
    display: none;
}
#header_menu {
    margin-right: auto;
}

@media (max-width: 975px) {

    .login-container {
        width: 400px;
        height: 360px;
        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) {
    #checkbox-login {
        width: 300px;
        margin: 0 auto;
    }

    .phone_background {
        display: none;
    }

    .login-container  {
        margin: 0 auto;
    }

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

@media (max-width: 450px) {
    .login_page #header .icon {
		width: 100%;
		background-size: 108px auto;
		background-position: top center;
		height: 120px;
		margin:15px 0 0;
	}
	.rememberme-label {
		line-height: 0;
	}	
    .create_account #header .icon {
		background-position: center center;
        width: 65px;
        height: 65px;
        background-size: 58px;
        margin: 10px 0px 0px 10px;		
	}	
    .login-block-content {
        padding: 10px;
    }
    .login_label {
        font-size: 16px;
        margin-top: 0px;
		width: 100%;
		float: none;
		text-align: center;    
		padding: 10px 0 0px;    
    }
    .login_value {
        margin-top: 3px;
        width:145px;
        width: 100%;
		float: none;
		text-align: center;
    }

    .login_value input {
        width:300px;
        font-size: 22px;
        height: 36px
    }

    .login_value.button{
        width:300px;
        padding: 16px 6px 10px;
        font-size: 20px;
    }

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

    #lost-password-popup {
        max-width: 400px;
    }
    #lost-password-popup-bg {
        width: 400px;
        height: 250px;
    }
    #lost-password-popup-content {
        margin-top: -250px;
        height: 250px;
    }
    
	#loginBtn, #loginResetBtn {
		margin: -15px auto;
	}

    .forgot_passwd {
		margin: 30px auto 0;
		float: none;
		width: 100%;
		text-align: center;
    }

    .lost-password-block {
        width: 400px;
        height: 250px;
    }
    #login .block_title, #lost-password-popup .block_title {
        font-size: 20px;
    }
    .create_account a {
	    font-size: 18px;
	}
	.block_instructions {
	    text-align: center;
	    font-size: 16px;
	}
}