
    .forgotpassword-email
    {
        width: 100%;
        height: 40px;
        font-size: 20px;
    }
    div.required:before, .mandatory, div.asterisk:before
    {
        display: none;
    }
    .error-class > p
    {
        font-size: 18px;
    }
    .error-class > .help-block-error
    {
        color: #B83227;
        font-weight: bold;
    }
    .body-observation
    {
        min-height: 0px;
    }
    .body-login
    {
        background-image: unset;    
        background-repeat: unset;
        background-color: unset;
        background-position: unset;
        min-height: 500px;
    }
    .body-observation
    {
    background-image: url("../images/bg-login.png");    
    background-repeat: no-repeat;
    background-color: #6e5891;
    background-position: center top;
    }
    .body-observation .tab-container .tab-content
    {
        border-bottom: unset;
        border-top: unset;
    }
    .body-login .form-container
    {
        margin-top: 0px;
        width: 435px;
    }

