.globe4all-api-form {
    max-width: 720px;
}

.globe4all-field {
    margin-bottom: 18px;
}

.globe4all-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.globe4all-field input,
.globe4all-field textarea {
    width: 100%;
    box-sizing: border-box;
}

.globe4all-checkbox {
    display: block;
    margin: 20px 0;
}

.globe4all-otp-row {
    margin-bottom: 18px;
}

.globe4all-button {
    cursor: pointer;
}

.globe4all-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.globe4all-message {
    display: none;
    margin-bottom: 18px;
}

.globe4all-message:not(:empty) {
    display: block;
}

.globe4all-message.success {
    color: #167a35;
}

.globe4all-message.error {
    color: #b00020;
}

.globe4all-api-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.globe4all-api-form .globe4all-field {
  width: 50%;
  border-color: #ececec;
  border-top-color: rgb(236, 236, 236);
  border-left-color: rgb(236, 236, 236);
  border-left: none;
  border-left-width: medium;
  border-left-style: none;
  border-style: none solid solid none;
  border-top-style: none;
  border-top: medium none;
  border-top-width: medium;
  border-width: medium 1px 1px medium;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 0;
  background: #fcfcfc;
}
#iti-0__search-input {
  padding-left: 39px !important;
}
.form-infotext + .globe4all-field.has-bt {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.globe4all-api-form .globe4all-field.has-bt {
  border-top: 1px solid rgb(236, 236, 236);
}
.globe4all-field.gf-full {
  width: 100%;
}