/* CSS used here will be applied after bootstrap.css */

/*body { 
 background: url('../img/bgn_login_composite_FHD_2.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;

}*/

.panel-default {
 opacity: 0.9;
 margin-top:200px;
}
.form-group.last {
 margin-bottom:0px;
}

.login .bgn-panel-head
{
    background-color: #e2231e;
    margin: 0 auto;
    margin-top: 0px;
    padding: 5px;
    text-align: center;
    border-bottom: 2px solid #b52025;
}

.top-buffer { margin-top:5px; }
        
.left-buffer { margin-left:-15px; }
        
.right-buffer { margin-left:-15px; }
        
.foo { outline: 1px solid #e2231e; }

.line-separator {
    border-bottom: 1px solid #e5e5e5;
}

.modal-body-div{
    height: 250px;
    overflow-y: auto;
}
.modal-body-auto{
    height: auto;
    max-height: 500px;
    overflow-y: auto;
}

.dialog-500 {
    width: auto !important;
    max-width: 500px !important;
}
.dialog-600 {
    width: auto !important;
    max-width: 600px !important;
}

.dialog-1200 {
    width: auto !important;
    max-width: 1200px !important;
} 
.id-100p { 
    width:100% !important;
}
