#login-form {
    width: 350px;
    background: #FFF;
    margin: 0 auto;
    margin-top: 70px;
    background: #f8f8f8;
    overflow: hidden;
    border-radius: 7px
}
.form-header {
    display: table;
    clear: both
}
.form-header label {
    display: block;
    cursor: pointer;
    z-index: 999
}
.form-header li {
    margin: 0;
    line-height: 60px;
    width: 175px;
    text-align: center;
    background: #eee;
    font-size: 18px;
    float: left;
    transition: all 600ms ease
}
/*sectiop*/

.section-out {
    width: 700px;
    float: left;
    transition: all 600ms ease
}
.section-out:after {
    content: '';
    clear: both;
    display: table
}
.section-out section {
    width: 350px;
    float: left
}
.login {
    padding: 0.8em 0em 0.2em 0em;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 0px solid #5b07b5;
    margin: auto;
    background:rgba(0, 0, 0, 0) url("../images/khungdangnhap.png"); 
    background-size:100% 100%;
    width:100%;
}
.login .ul-list{
	padding-left: 2.2em;
	padding-right: 2.2em;
}
.login .ul-list li .icon{
	width:20%;
        border-radius: 0px;
}
.login .ul-list>li{
	width:293px;
        height: 34px;
}
.login h5{
	color: #1074D3 !important;
}
.login_container{
	margin-top:-10px !important;
        /*padding-left: 5em!important;
        padding-right: 5em!important;*/
}
.ul-list {
    clear: both;
    display: table;
    width: 100%;
	list-style-type: none;
}
.ul-list:after {
    content: '';
    clear: both;
    display: table
}
.ul-list li {
    margin: 0 auto;
    margin-bottom: 10px;
}
.input_user{
    background: url("../images/input_user.png") no-repeat 97% 50% !important;    
    z-index:99!important;
}
.input_pass{
    background: url("../images/input_pass.png") no-repeat 97% 50% !important;    
    z-index:99!important;
}
.input_captcha{
    background: url("../images/lock.png") no-repeat 97% 50% !important;    
    z-index:99!important;
}
.input_login {
    background: #fff;
    transition: all 800ms;
    width: 100%;
    font-family: 'Ropa Sans', sans-serif;
    border: solid 1px #8F8F90;    
    outline: none;
    color: black;
    height: 32px;
    display: inline-block;
    padding-left: 10px;
    font-size: 16px
}
.input_login,
.login span.icon {
    vertical-align: top
}
.login span.icon {
    width: 50px;
    transition: all 800ms;
    text-align: center;
    color: #8F8F90;
    height: 40px;
    border-radius: 0 3px 3px 0;
    background: #ffffff;
    height: 32px;
    line-height: 40px;
    display: inline-block;
    border: solid 0.1em #8F8F90;
    border-left: none;
    font-size: 16px
}
.input_login:focus:invalid {
    border-color: red
}
.input_login:focus:invalid+.icon {
    border-color: red
}
.input_login:focus:valid {
    border-color: green
}
.input_login:focus:valid+.icon {
    border-color: green
}
#check,
#check1 {
    top: 1px;
    position: relative
}
.btn {
    border: none;
    outline: none;
    background: #1274D5;
    border-bottom: solid 4px #006699;
    font-family: 'Ropa Sans', sans-serif;
    margin: 0 auto;
    display: block;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 16px;
    color: #FFF
}
.social-login {
    padding: 15px 20px;
    background: #f1f1f1;
    border-top: solid 2px #e8e8e8;
    text-align: right
}
.social-login a {
    display: inline-block;
    height: 35px;
    text-align: center;
    line-height: 35px;
    width: 35px;
    margin: 0 3px;
    text-decoration: none;
    color: #FFFFFF
}
.form a i.fa {
    line-height: 35px
}
.fb {
    background: #305891
}
.tw {
    background: #2ca8d2
}
.gp {
    background: #ce4d39
}
.in {
    background: #006699
}
.remember {
    width: 50%;
    display: inline-block;
    clear: both;
    font-size: 14px
}
.remember:nth-child(2) {
    text-align: right
}
.remember a {
    text-decoration: none;
    color: #666
}
.hide {
    display: none
}
/*swich form*/

#signup:checked~.section-out {
    margin-left: -350px
}
#login:checked~.section-out {
    margin-left: 0px
}
#login:checked~div .form-header li:nth-child(1),
#signup:checked~div .form-header li:nth-child(2) {
    background: #e8e8e8
}

.bs-docs-header, .bs-docs-masthead {    
    background-image: url("../images/login_bgr.png");
    background-repeat: repeat-x;
	background-position: top center; 
    color: #cdbfe3;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}s
/*Phan table*/
.tb_support_info{    
    margin-bottom: 3px;
    width: 100%;
    border: none;
}
.tb_support_info tr {    
    height: 32px;
    color: #818181;
}
.tb_support_info .left{
    border-right: none;
    padding: 8px 8px 8px 20px;
    text-align: left;
    width: 1em;
    color: #818181;
}
.tb_support_info .right{
    color: #818181;
    text-align: left;
    width: 100%;
    padding-left: 1em;
    font-size: 120%;
}
.login_btn{
    font-size: 120%!important;
    margin:auto!important;
    background: #1274D5!important;
    color: white!important;
    width: 50%!important;
    border-radius:3px!important
}
.login_btn:hover{
    background: #0058A1!important;
}
.support{
    background: rgba(0, 0, 0, 0) url("../images/support_icon.png") no-repeat;
    background-position: left; 
    height: 45px;
    padding-top:11px!important;
}
.promotion{
    background: rgba(0, 0, 0, 0) url("../images/promotion_icon.png") no-repeat;
    background-position: left;
    height: 45px;
    padding-top:11px!important;
}
.support_icon{
    background: rgba(0, 0, 0, 0) url("../images/support_icon_small.png") no-repeat;
}
.support_icon:hover{
    background: rgba(0, 0, 0, 0) url("../images/support_icon_small_hover.png") no-repeat;
}
.forget_pass_icon{
    background: rgba(0, 0, 0, 0) url("../images/forgot_pass.png") no-repeat;
}
.forget_pass_icon:hover{
    background: rgba(0, 0, 0, 0) url("../images/forgot_pass_hover.png") no-repeat;
}
.guide_icon{
    background: rgba(0, 0, 0, 0) url("../images/guide.png") no-repeat;    
}
.guide_icon:hover{
    background: rgba(0, 0, 0, 0) url("../images/guide_hover.png") no-repeat;    
}
.atm_icon{
    background: rgba(0, 0, 0, 0) url("../images/ATM.png") no-repeat;    
}
.atm_icon:hover{
    background: rgba(0, 0, 0, 0) url("../images/ATM_hover.png") no-repeat;    
}
.branch_icon{
    background: rgba(0, 0, 0, 0) url("../images/bank_icon.png") no-repeat;    
}
.branch_icon:hover{
    background: rgba(0, 0, 0, 0) url("../images/bank_icon_hover.png") no-repeat;    
    
}
.support_icon,
.support_icon:hover,
.forget_pass_icon,
.forget_pass_icon:hover,
.guide_icon,
.guide_icon:hover,
.atm_icon,
.atm_icon:hover,
.branch_icon,
.branch_icon:hover{
    background-position: 5% 40%; 
    height: 30px;
}
.support_icon>span>a,
.forget_pass_icon>span>a,
.guide_icon>span>a,
.atm_icon>span>a,
.branch_icon>span>a
{
    text-decoration:none;
    cursor: pointer;
    color:black;    
}
.support_icon>span>a:hover,
.forget_pass_icon>span>a:hover,
.guide_icon>span>a:hover,
.atm_icon>span>a:hover,
.branch_icon>span>a:hover
{
    color: #348DE4;
}
.support_icon>span,
.forget_pass_icon>span,
.guide_icon>span,
.atm_icon>span,
.branch_icon>span
{
    padding-left: 50px;
    font-size: 120%;
    font-weight: 550;
    color:black;    
    cursor: pointer;
}
.support_icon>span:hover,
.forget_pass_icon>span:hover,
.guide_icon>span:hover,
.atm_icon>span:hover,
.branch_icon>span:hover
{
    text-decoration:none;
    color: #348DE4;
    cursor: initial;
}
.guide_icon>a{
    cursor: pointer;
    color: black;
}
.line_gray{
    height: 0.5em;
    border-top: 1px solid #c6c5c5;
    margin: 0.5em 0;
}
.row-login{
    padding-right: 1em;
    padding-left: 1em;
}
.cust-box{
    padding-left: 29px!important; 
    padding-right: 29px!important;
}
.login-ib-title{
    font-size: 17px;
    font-weight: bold!important;
    text-transform: none!important;
    color: #0058A1!important;
}
.browser_support{
    background-color: #F48220;
    padding-top:3px;
    margin-bottom:13px;
    margin-top:5px;
    color:white;
    height:28px;
    border-radius: 3px;
}
.browser_support>span{
    float:left;
    padding-left: 13px;
}
.banknet{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/banknet.png") no-repeat;
    background-position: 50% 50%;
}
.banknet:hover{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/banknet_hv.png") no-repeat;
    background-position: 50% 50%;
}
.diner{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/diner.png") no-repeat;
    background-position: 50% 50%;
}
.diner:hover{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/diner_hv.png") no-repeat;
    background-position: 50% 50%;
}
.master{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/master.png") no-repeat;
    background-position: 50% 50%;
}
.master:hover{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/master_hv.png") no-repeat;
    background-position: 50% 50%;
}
.jcb{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/jcb.png") no-repeat;
    background-position: 50% 50%;
}
.jcb:hover{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/jcb_hv.png") no-repeat;
    background-position: 50% 50%;
}
.mobiphone{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/mobiphone.png") no-repeat;
    background-position: 50% 50%;
}
.mobiphone:hover{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/mobiphone_hv.png") no-repeat;
    background-position: 50% 50%;
}
.unipay{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/unipay.png") no-repeat;
    background-position: 50% 50%;
}
.unipay:hover{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/unipay_hv.png") no-repeat;
    background-position: 50% 50%;
}
.viettel{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/viettel.png") no-repeat;
    background-position: 50% 50%;
}
.viettel:hover{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/viettel_hv.png") no-repeat;
    background-position: 50% 50%;
}
.visa{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/visa.png") no-repeat;
    background-position: 50% 50%;
}
.visa:hover{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/visa_hv.png") no-repeat;
    background-position: 50% 50%;
}
.vnpay{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/vnpay.png") no-repeat;
    background-position: 50% 50%;
}
.vnpay:hover{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/vnpay_hv.png") no-repeat;
    background-position: 50% 50%;
}
.vnpost{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/vnpost.png") no-repeat;
    background-position: 50% 50%;
}
.vnpost:hover{
    height:100%;
    width: 100%;
    background: url("../images/partner_logo/vnpost_hv.png") no-repeat;
    background-position: 50% 50%;
}
.slide:hover{
    cursor:pointer;
}

@media screen and (min-width: 721px) and (max-width: 992px) {
    textarea.CssInputNormal {
        border: 1px #ccc solid;
        color: #111;
        width: 100%;
        height: 70px;
    }
    #language{
        padding-top:0px!important;
    }
    #language > div{
        padding-left:0px!important;
        padding-right:0px!important;
    }
    .not-mobile{
        display: none;
    }
    .Commands{
        /*right: 2px!important;*/
    }
    #choose_fav_acc{
        height:0px;
    }
    .pay-ibt-step-1{
        min-width: 75px;
        padding-top: 5px !important;
    }
}
@media screen and (min-width: 993px) and (max-width: 1920px) {
    #cust-info{
        padding-left:38px!important;
    }
    .is_mobile{
        display:none;
        height:0px!important;
    }
    .mobile-only{
        display: none;
    }
    .Commands{
        /*right: 2px!important;*/
    }
    #choose_fav_acc{
        height:0px;
    }
    .pay-ibt-step-1{
        min-width: 75px;
        padding-top: 5px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 720px) {
    .mobile-w-100{
        width: 100% !important;
    }
    .mobile-pad-left-0{
        padding-left: 0px !important;
    }
    textarea.CssInputNormal {
        border: 1px #ccc solid;
        color: #111;
        width: 100%;
        height: 70px;
    }
    .cssWidth_DropDownList {
        width: 100%!important;
        height: 25px!important;
    }
    .pay-ibt-step-1{
        min-width: 70px;
        padding-top: 5px !important;
    }
    .bs-docs-header {
		background-image: url("../images/login_bgr_2.png");
	}
    .input_login{line-height: 32px !important;}
     #slider_partner,#slogan,#language,.not-mobile{
        display:none;
    }
    .browser_support {
            height: auto !important;
            overflow: hidden;
    }
    .row-login{
            padding-right: 0 !important;
            padding-left: 0 !important;
    }
    .login .ul-list li .icon {
            width: 30%;
    }
    .login .ul-list>li {
            width: auto;
            height: auto;
            min-height: 40px;
    }
    .CaptchaRowForm div img, .CaptchaRowForm div span{
            float:left;
    }
    .cust-box{
            padding: 0 15px !important;
    }
    #footer_left>div{
        padding-left:5px!important;
        width: 20%;
    }
    #footer_left>#text_download{
        width: 80%;
        font-size:9px;
        padding-right:0px !important;
    }
    #footer_right>div{
        font-size:9px;
        text-align: center;
    }
    /*
    #hoe-header{
        height: 50%!important;
    }*/
    
    #hoe-home-icon,.hoe-breadcrumb, .hoe-right-header{
        display: none!important;
    }
    #hoe-home-text{
        padding-left:32px!important;
        padding-top:2px!important;
    }
    .hoe-left-header{
        height: 50%!important;
        border-bottom: 1px solid #B3D0E6;
    }
    #hoeapp-container{
        margin-top: -50px!important;
        z-index:9999!important;
    }
    .my_footer{
        bottom: 0 !important;
        
    }
    input.CssInputNormal, input.CssInputMedium{
        width: 100%!important;
    }
    #logo-mobile,#hotline-mobile{
        padding-left: 1px!important;
        padding-right: 1px!important;
        margin-top: 8px!important;
    }
    .login_btn{
        font-size: 100%!important;
    }
    .ck_icon, .tt_icon{
        margin-top:-10px!important;
    }
    .tb_support_info{
        font-size:80%!important;
    }
    #language{
        display:none;
    }
    .smartphone_margin_top{
        margin-top: 10px;
    }
}

@media screen and (min-width: 0px) and (max-width: 320px) { 
    .iphone4_font{
        font-size:90%!important;
    }
}
#mobile_invisible{
        display:none;
    }
#top-header .navbar{
    margin-bottom:0px!important;
    border:none;
    border-radius:0px!important;
}
