body {
    background-color: rgba(152, 175, 199, 1)
     
 }
 #titleHr {
     height: 5px;
     border: 0;
     box-shadow: inset 0 9px 7px -10px rgba(0, 0, 0, 0.6);
 }
 
 
 button {
     margin-bottom: 10px;
     width: 150px;
     padding: 10px;
     border: none;
     border-radius: 5px; 
     background: #095484;
     font-size: 16px;
     color: #ffff;
     cursor: pointer;
     }
 #formTitle{
 
     background-color: rgba(152, 175, 199, 0.30);
 }

 #formTitle img{
       
    width: 15%;
    float: left;
}

#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);
    }

.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: .76;
float: right;
padding-right: 15px;
}

#formSign{
margin-top: 30px;
margin-left: 218px;
}

#earningsTable {

border-collapse: collapse; 
border-spacing: 1px;
width: 98%;

}

th, td {
border: .2px solid black;
border-collapse: collapse; 
padding: 3px;

}

#earningsTable input{
width: 100%;
   border: 0;
}
.required{
color: red;
margin-left: 5px;
}