body {
    /*background:none;
    background-color:#e1e1e1;*/
    padding-top: 40px;
    background-color: #ef9200;
    background-image: url(../../images/bg_tur.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

.pwhite {
    color: #fff;
}

#login-wrap {
    background: none;
    background: #FAFAFA url(../images/layout/landing-background.jpg);
    background-color: none;
    border: none;
    height: 450px;
}

#login-ribbon {
    background: none;
}


.field-validation-error {
    color: white;
    background-color: #000000;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px;
}
