.return-withdrawal-form {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 2em;
}

.return-withdrawal-form * {
  box-sizing: border-box;
}

.return-withdrawal-success {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  padding: 1em 1.25em;
  margin-bottom: 1.5em;
  border-radius: 4px;
}

.return-withdrawal-success p {
  margin: 0.5em 0 0;
}

.rw-field {
  width: 100%;
  margin-bottom: 1em;
}

.rw-label {
  display: block;
  width: 100%;
  margin-bottom: 0.35em;
  font-weight: 600;
}

.rw-input {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.5em 0.65em;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1em;
}

.rw-textarea {
  min-height: 120px;
  resize: vertical;
}

.rw-radio {
  display: block;
  width: 100%;
  margin: 0.25em 0;
  font-weight: normal;
  cursor: pointer;
}

.rw-radio input {
  margin-right: 0.4em;
}

.rw-error {
  color: #c62828;
  font-size: 0.85em;
  margin-top: 0.25em;
  min-height: 0;
}

.rw-error:not(:empty) {
  min-height: 1.2em;
}

.rw-actions {
  margin-top: 1.25em;
}

.return-withdrawal-form .rw-submit.btn.btn-inverse {
  width: 100%;
  max-width: 100%;
  display: block;
  text-align: center;
  background: #121D33 !important;
  color: #fff !important;
  border: 1px solid #121D33 !important;
  border-radius: 0;
  padding: 15px 42px 18px 42px !important;
  font-weight: 800;
  line-height: 1;
  margin: 5px 0;
  cursor: pointer;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

.return-withdrawal-form .rw-submit.btn.btn-inverse:hover:not(:disabled) {
  background: #121D33 !important;
  color: #fff !important;
  border: 1px solid #121D33 !important;
}

.return-withdrawal-form .rw-submit.btn.btn-inverse:disabled {
  background: #9e9e9e !important;
  border-color: #9e9e9e !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: 1;
}

.return-withdrawal-form .rw-submit.btn.btn-inverse.is-loading {
  opacity: 0.7;
  pointer-events: none;
}
