/*iforgot START*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #fcfcfc;
}
.body-iforgot{
    background: #000!important;
}
.container{
    margin-top: 70px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    /*background-color: pink;*/
}
.nav-tabs{
    padding-top: 6px;
}
.nav-tabs>li.active>a{
    color: #0094b9!important;
}
.nav-tabs li a{
    color: #777;
}
.tab-content .tabpanes-title, .newpwd .tabpanes-title{
    text-align: center;
    font-size: 4rem;
    font-family: "Microsoft Yahei", "Microsoft YaHei UI", "Microsoft YaHei Light";
    line-height: 1.2;
    padding: 80px 0;
}
.tab-content .tab-pane .form-outframe, .newpwd .form-outframe{
    margin: 0 auto;
    padding-bottom: 120px;
}
.tab-content .tab-pane .col-xs-12, .tab-content .tab-pane .col-sm-7, .newpwd .col-md-6, .tab-content .tab-pane .col-lg-5{
    float: none!important;
}
.send-sms{
    position: relative;
    width: 100%; height: auto;
    overflow: hidden;
}
.btn-sendsms{
    position: absolute;
    top: 0; right: 0;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 0 !important;
    outline: none;
}

@media screen and (max-width: 1140px) {
    .container{
        margin: 0 auto!important;
    }
}
@media screen and (max-width: 450px) {
    .tab-content .tabpanes-title, .newpwd .tabpanes-title{
        font-size: 3rem;
    }
    .tab-content .tabpanes-title{
        padding: 60px 0;
    }
    .tab-content .tab-pane .form-outframe{
        padding-bottom: 70px;
    }
}
/*iforgot END*/
