/* your styles go here */
.bvalidator_invalid{
    border-color: #dc3545;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgb(51,51,51,0.87);
    /*    filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;*/
    z-index: 1000;
}
.ajs-content{
    color: #ffffff;
}
.ajs-header{
    color: #ffffff;
}