html, body {
    min-height: 330px !important;
    height: 100%;
    width:100%;
    font-size: 12px;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

#loginModal {
    height: 100%;
    width: 400px !important;
    display: table !important;
    margin: 0 auto;
}

.bluenolaLogo {
    height: 142px;
    width: 380px;
}  

.modal {
    position: inherit;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
}

.modal-bluenolaLogo {
    padding: 5px 0px 20px 0px;
    text-align: center;
}

.modal-header {
    background-color: #fff;
    color: #ccc;
    padding: 0 15px 15px 15px;
    min-height: 16.43px;
    border-bottom: 1px solid #e5e5e5;    
}

.modal-content { 
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;   
    border: none;
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;

}

.modal-dialog {
    display: table-cell;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    position: relative;
}    

.modal-footer {
    border-top: 0px; 
}

h1 { 
    font-size: 16px; 
    margin: 0;
    font-weight: 300;
    text-align: center !important;
}

.input-lg { 
    font-size: 14px;
    border-radius: 0px; 
}

.btn-lg { 
    font-size: 14px;
    border-radius: 0px;
    background-color: #4a7dbc;  /* strong shade of blue */
    /* background-color: #93bfe3;  /* light shade of blue */
}    

#loginForm.col-md-12 {
    padding-left: 5px;
    padding-right:5px;
}

.loginError {
    background-color: rgb(228, 105, 105) !important;
    border-color: #eec3c7;
    color: #fff;
    text-align: center;
    font-size: 11px;
}

.logOut {
    background-color: rgb(53, 188, 85) !important;
    border-color: #2C9F47;
    text-align: center;
    font-size: 11px;
}

.logOut.form-control[disabled] {
    color: #fff !important;
    font-size: 11px;
}

.hideError {
    display: none;    
}