.feedback-button {
  display: block;
  position: fixed;
  left: 10px;
  bottom: 18px;
  background: RGBA(8, 27, 68, 1.00);
  min-width: 120px;
  height: 30px;
  z-index: 100;
  border-radius: 6px;
  color: white !important;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
}

button.feedback-form-submit-button,
.feedback-form-submit-button,
button.feedback-form-submit-button:hover {
  border: none;
  display: block !important;
  line-height: 26px;
  height: 26px;
  /*background-color: #081b44 !important;*/
  font-size: 14px;
  border-radius: 2px;
  color: white;
  outline: 0;
  padding: 0 10px;
  min-width: 120px;
  float: right;
}

.modal-body.feedback-form {
  padding-bottom: 40px;
}
