@media screen and (max-width:768px){
    .l-h-logo img {width: 160px;vertical-align: middle;}
    .headBtns .tel{margin-top:0;}
    .headBtns .tel span{display: block;}
    .login-top .l-h-logo{margin-top:10px;}
    .login-top .l-h-logotxt{font-size: 20px;}
    .login-container .form-container,.login-container .form-container.reg-containerinner.retrievepwd{width:100%;padding-left:10px;padding-right:10px;}
}
@media screen and (max-width:414px){
    .l-h-logo img {height: 45px;vertical-align: middle;}
    .login-top{height:auto;}
    .login-top .l-h-logotxt{line-height: 45px;}
    .login-top .l-h-logo{margin-top:0;}
    .headBtns{margin-top:10px;text-align: left;float: left!important;}
    .headBtns .tel {margin-right: 0;float: none;margin-top:10px;}
    .headBtns .tel span{display: inline-block;}
    .headBtns .btnblue, .headBtns .btnorange{float: none;margin-left: 0;margin-right:8px;}
    .reg-main-left{display: none;}
}
@media screen and (max-width: 767px) and (min-width: 320px){
    .siderbar{
        display: none;
    }
}
