.form-label {
    margin-bottom: .5rem;
    font-weight: 600;
}

.img-fluid {
     padding-top: 5px;
    max-width: 100%;
    height: 55px !important;
}
padding-top: 50px;

 .button{
          background-color: #181b1e;
          width: 100px;
          border-color: #181b1e;
      }
.button:focus{
     background-color: #181b1e;
          width: 100px;
}
.button:hover{
     background-color: #181b1e !important;
          width: 100px;
}
.btn-primary{
     --bs-btn-bg:#bc8d31 !important;
     --bs-btn-border-color:#bc8d31 !important;
}
.btn:hover{
     background-color:#181b1e !important;
     border-color:#181b1e !important;
}
.modal-footer{
     justify-content:center !important;
}