.modal-content {
  border: 0;
  padding: 10px;
}

.modal-header {
  border: 0;
  background: url(../../public/images/background.png);
  background-repeat: round;
  background-size: cover;
  z-index: 1000;
  top: 0;
  margin: -10px;
  margin-bottom: 1rem;
  width: auto;
  padding: 1rem;
  padding-top: 0.7rem;
}

.modal-title {
  font-family: "Signika-Light";
}

.modal-header i {
  font-size: 1rem;
  margin-top: 5px;
  color: #fff;
}

.modal-footer {
  border: 0;
  background: #f9fafb;
  padding: 10px 20px;
  margin: -15px 0;
  margin-top: 0;
}

.modal-body input {
}

.modal-body label {
  margin-bottom: 0;
}

.modal-body label span {
  margin-bottom: 0;
}

label i {
  margin-left: 6px;
  font-size: 0.9rem !important;
  color: #cacaca;
}

label[class="field-error"] {
  font-size: 0.8rem;
  width: inherit;
  color: red;
  margin-top: -7px;
}

input::placeholder {
  font-weight: lighter;
}

input {
  font-weight: bold;
}

input:-internal-autofill-selected {
  background: inherit !important;
}
