/*.gistc {
    padding-top: 120px;
}*/
.login-box{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.login-form{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 420px;
    background-color: #ffffff;
    padding: 40px 50px 80px;
    transform: translate(-50%,-50%);
}
.login-form .title {
    font-size: 26px;
    text-align: center;
    margin-top: 20px;
}
.login-form  .line {
    height: 3px;
    width: 60px;
    background: #882928;
    margin: 15px auto;
    margin-bottom: 50px;
}
.login-form .login-btn {
    margin-top: 30px;
    background: #882928;
    border-color: #882928;
    width: 100%;
}
.btn-check:focus+.btn-primary, .btn-primary:focus,.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus{
    box-shadow: 0 0 0 0.25rem rgb(136 41 40 / 0.2);
}
.form-control:focus{
    border-color: #882928;
    box-shadow: 0 0 0 0.25rem rgb(136 41 40 / 0.2);
}
.phone-error {
    color: #882928;
    margin-top: 4px;
}
.register {
    text-align: right;
    margin: 10px 0;
}
.register a{
    color: #882928;
}
.navbar-coll .nav-item:nth-child(5) {
    position: relative;
    padding: 0 8px 0 0;
}
.navbar-coll .nav-item:nth-child(5) a:after{
    position: absolute;
    width: 18px;
    height: 35px;
    content: '';
    background: url(./img/download.png) center no-repeat;
    background-size: 100%;
    background:none;
    right: 0;
    top: 13px;
    z-index: 2;
}
.navbar-coll .nav-item:nth-child(6) {
    position: initial;

}
.navbar-coll .nav-item:nth-child(6) a:after{
    display: none;

}
#zb .zb-live{
    margin-top: 0px;
}
@media (max-width: 768px){
    .gistc{
        padding-top: 0px;
    }
    .login-form{
        width: 90%;
    }
    .zb-live iframe {
        height: 85vh!important;
    }
    #zb .zb-live{
        padding-top: 70px;
    }
}
