.help-block
{
    margin-left: 3px;
    display: none;
}
.login-logo a b
{
    color: #00A65A;
}
.widget-body-ajax-loading:before {
    content: url("../../../img/ajax-loader.gif");
    padding-top: 18%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #FFF;
    display: block;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.4);
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
}
.widget-body-ajax-loading:hover {
    cursor: wait !important;
}