body {
    background-color: rgba(152, 175, 199, 1);
}


button {
    margin-bottom: 10px;
    width: 150px;
    padding: 10px;
    border: none;
    border-radius: 5px; 
    background: #095484;
    font-size: 16px;
    color: #ffff;
    cursor: pointer;
    }

    #titleHr {
        height: 5px;
        border: 0;
        box-shadow: inset 0 9px 7px -10px rgba(0, 0, 0, 0.6);
    }

    #banner {

        height: 180px;
        padding-bottom: 30px;
   
        background-image: url("../images/lebseal.jpg");   
        background-repeat: no-repeat;
        background-size: 180px 180px;
        opacity: 0.95;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: rgb(97, 102, 102);
        }
#formTitle{
 
     background-color: rgba(152, 175, 199, 0.30);
 }

 #formTitle img{
       
    width: 15%;
    float: left;
}


.form-group{
    box-shadow:  0 3px 3px 2px rgba(0, 0, 0, 0.5);
    padding-left: 8px;
    padding-right: 8px;
    background-color: white;
    opacity: 1.00;
    font-size: 18px;
    
} 

.form-group input {
    width: 60%;
}

.form-group label {
    font-size: 20px;

    color: rgb(109, 107, 107);
}
h3, h4{
    text-align: center;
    color: rgb(109, 107, 107);
}

.form-group img {
    opacity: .66;
    float: right;
    padding-right: 15px;
}

#formSign{
    margin-top: 30px;
  margin-left: 218px;
}

#employeeListTable {
    border: 1px solid gray;
    border-collapse: separate; 
    border-spacing:8px;
    width: 98%;
}
#employeeListTable input{
  width: 100%;
  border: 0;
}

th, td {
    border: 1px solid gray;
    border-collapse: collapse; 
    padding: 3px;
}

#employeeListTable input{
    height: 80%;
    width: 100%;
}

#quarterlyTable input{
    width: 100%;
}
#quarterlyTable {
    width: 98%;
    
}
.required{
    color: red;
    margin-left: 5px;
}