/* Login / Register Email vs Mobile identity field */
.identity-choice {
  display: flex !important;
  gap: 1.25rem;
  align-items: center;
  margin: 0 0 12px 0;
  flex-wrap: wrap;
}
.identity-choice .identity-option {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  cursor: pointer;
}
.identity-choice input[type="radio"] {
  margin: 0;
  cursor: pointer;
}
.identity-username-field.form-focus {
  height: auto !important;
  min-height: 50px;
  margin-bottom: 1.25rem;
}
.identity-username-field .identity-input-row {
  display: flex !important;
  align-items: stretch;
  width: 100%;
  gap: 8px;
}
.identity-username-field .country-code-wrap {
  flex: 0 0 90px;
  max-width: 90px;
}
.identity-username-field .country-code-wrap select,
.identity-username-field .country-code-wrap .form-control,
.identity-username-field .country-code-wrap .dropdown-toggle {
  width: 100% !important;
  height: 50px !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 4px !important;
  background: #fff !important;
  padding: 0 6px !important;
  position: static !important;
  left: auto !important;
}
.identity-username-field .identity-input-row > .form-control {
  flex: 1 1 auto !important;
  width: 100% !important;
  padding-left: 15px !important;
  margin-left: 0 !important;
}
.identity-username-field.is-email .country-code-wrap,
.identity-username-field .country-code-wrap.hidden {
  display: none !important;
}
.identity-username-field .identity-username-label,
.identity-username-field .focus-label {
  left: 15px !important;
}
.hidden {
  display: none !important;
}
