
/*style.stb2.css:41*/
.login_button_small {
    width: 20% !important;
    padding-left: 16px !important;
    padding-right: 41px !important;
}

.width_right {
    width: 65% !important;
    float: right;
    text-align: right;
}

/*topbar.stb.css*/
span#RetailUserDashboardUX5_WLGRW__1\:PgHeading\.Re1\.C3 {
    width: 57%;
}

div#DASHC1.container-xtrasmall_ux5.ui-sortable {
    margin-bottom: 10px;
}

@media screen and (min-width: 640px)
{
    .alertBx {
    width: 253px;
    }
    .profileBox_inner {
    width: 253px;
    }
}

@media screen and (min-width: 1024px)
{
    input#CLEAR {
        margin-left: 8px;
    }
    input#VALIDATE_STU_CREDENTIALS_UX {
        margin-left: 14px;
    }
    input#BACK {
        margin-left: 10px;
    }

}

@media only screen and (min-width: 1024px){
    span#idRadio_C {
    padding-right: 34px;
    }
}

.stb_login_btn {
width: 63% !important;
}

a.loginPanleBluelinkStyle {
    /* padding-left: 75px !important; */
}

.LockOn:after {
   content: "  Quý khách vui lòng duyệt giao dịch trên ứng dụng mSign  \A (Thời gian hiệu lực trong vòng 2 phút)"; 
} 


a.loginPanleBluelinkStyle{
    padding-left: 70px;
}

form[name="LoginAltFlowFG"] input#CUSTOM_BACK_LOGIN {
    margin-left: -18px;
}

.stb_hotline_icon {
    background: url(../images/hotline.png) no-repeat scroll transparent;
    height: 40px;
    /* margin-left: 23%; */
    width: 120px;
    background-size: 100%;
    display: inline-block;
    /* border: solid red 1px; */
}

.stb_hotline_icon2 {
    background: url(../images/hotline2.png) no-repeat scroll transparent;
    height: 40px;
    /* margin-left: 23%; */
    width: 120px;
    background-size: 100%;
    display: inline-block;
    /* border: solid 1px blue; */
}

.stb_hotline_icon_white {
    background: url(../images/hotline_white.png) no-repeat scroll transparent;
    height: 40px;
    /* margin-left: 23%; */
    width: 120px;
    background-size: 100%;
    display: inline-block;
    /* border: solid red 1px; */
    margin-bottom: 15px;
}

.stb_hotline_icon2_white {
    background: url(../images/hotline2_white.png) no-repeat scroll transparent;
    height: 40px;
    /* margin-left: 23%; */
    width: 160px;
    background-size: 100%;
    display: inline-block;
    /* border: solid 1px blue; */
    margin-bottom: 15px;
}

/***Added for P5 EBCR-0014 mSign Login by Mathi :: Start**/
.LockOff { 
    display: none; 
    visibility: hidden; 
} 

.LockOn { 
    display: block; 
    visibility: visible; 
    position: absolute; 
    z-index: 999; 
    top: 0px; 
    left: 0px; 
    width: 105%; 
    height: 105%; 
    background-color: #ccc; 
    text-align: center; 
    padding-top: 20%; 
    filter: alpha(opacity=75); 
    opacity: 0.75; 
} 
/***Added for P5 EBCR-0014 mSign Login by Mathi :: End**/