html, body{
    /*background: #30384b;*/
    height: 100% !important;
    background-color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
}
.full_height{
    margin: 0 !important;
    padding: 0px !important;
    height: 100% !important;
}
.full_height .mask{
    height: 100%;
    background-color: rgba(33,112,238,0);
    width: 100%;
}
.full_height .containerRight {
    height: 100%;
    display: table;
    width: 100%;
    margin: 0 !important;
}

.welcomeMsg {
    
    vertical-align: middle !important;
    text-align: right;
    padding: 50px;
}
.containerRight .welcomeMsg{ text-align: left; }

.login-logo{ width: 100%; text-align: center; }

.form-content{
    border: none;
    padding: 30px;
    width: 100%;
}

.form-content .btn-form{
    width: 100% !important;
    height: 45px !important;
    background-color: #00a0e3; 
    color: #fff;
}

.form-content .form-control{
    padding: 22px 22px;
    font-size: 12px !important;
}
.form-content .l-h-34 {
    line-height: 46px !important;
    width: 46px !important;
    height: 46px !important;
}
.sitb-latest-news{
    margin-top: 30px;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.sitb-latest-news iframe, .sitb-connect iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sitb-connect{
    position: relative;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px){
    .col-md-6.left-panel {
        height: 200px !important;
    }
}

@media screen and (max-width: 992px){
    
    .form-content{
        padding: 15px;
    }
    .welcomeMsg {
        text-align: center;
        padding: 30px;
    }
    .sitb-latest-news, .sitb-connect{
        display: none !important;
    }
    .mask{
        display: table !important;
    }
}

.switch{
    margin-top: 7px;
}
.switch label{
    font-weight: 400;
}