#catalogModal .modal-dialog,
#catalogModal .modal-content {
  height: auto;
}

.catalog-modal-content {
  background: #1E610B;
  border: none;
  border-radius: 6px;
  padding: 2rem 1.5rem 1.5rem;
}

.catalog-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.catalog-modal-title {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.catalog-form-field {
  margin-bottom: .9rem;
}

.catalog-form-field input {
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: .85rem 1rem;
  font-size: .95rem;
  background: #fff;
  color: #333;
}

.catalog-form-field input:focus {
  outline: 2px solid #8a8a8a;
}

.catalog-form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.catalog-form-submit {
  width: 100%;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, .7);
  color: #fff;
  border-radius: 4px;
  padding: .8rem 1rem;
  font-weight: 600;
  letter-spacing: .05em;
  margin-top: .3rem;
  transition: background .2s, color .2s;
}

.catalog-form-submit:hover:not(:disabled) {
  background: #fff;
  color: #333;
}

.catalog-form-submit:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.catalog-form-status {
  min-height: 1.2em;
  text-align: center;
  font-size: .85rem;
  margin: .7rem 0 0;
}

.catalog-form-status--ok {
  color: #8ee08e;
}

.catalog-form-status--error {
  color: #ff8a8a;
}

.catalog-modal-legal {
  color: rgba(255, 255, 255, .55);
  font-size: .72rem;
  text-align: center;
  margin: 1rem 0 0;
}
