.enter-button {
    position: relative;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.checkbox-wrapper {
    height: 22px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.checkbox-wrapper input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-wrapper input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #096dd9;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-wrapper label {
    position: relative;
    cursor: pointer;
}

.checkbox-wrapper label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #d3dae6;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkbox-wrapper span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #343741;
}

.checkbox-wrapper span span.url {
    color: #096dd9;
    border-bottom: 1px solid #096dd9;
    cursor: pointer;
}

.checkbox-wrapper-error label:before {
    border: 1px solid #F5222D;
}

.checkbox-wrapper-error span {
    color: #F5222D;
}

.checkbox-wrapper-error span span.url {
    border-bottom: 1px solid #F5222D;
}

.back-button {
    display: flex;
    width: 100%;
    margin-top: 12px;
}

.back-button span {
    height: 22px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #096dd9;
    flex: none;
    order: 1;
    flex-grow: 0;
    /*margin-left: 8px;*/
    cursor: pointer;
}

.input-sms-phone-number {
    width: 100%;
    text-align: center;
}

.input-sms-phone-number span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #69707D;
}

.input-sms-phone-number span span {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #363430;
}

.input-sms-phone-request-sms {
    text-align: center;
    min-height: 44px;
}

.input-sms-phone-request-sms span {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #000000;
}

.input-sms-phone-request-sms-request-again {
    color: #096DD9 !important;
    border-bottom: 1px solid #096dd9;
    cursor: pointer
}

.input-sms-phone-request-sms-incorrect-code {
    text-align: center;
    height: 22px;
    margin-bottom: 8px;
}

.input-sms-phone-request-sms-incorrect-code span {
    font-size: 14px;
    color: #F5222D;
}

.input-sms-phone-back-button {
    margin-top: 18px;
    margin-bottom: 35px;
    margin-left: 17px;
}

.input-full-name-back-button {
    height: 22px;
    margin-top: 8px;
    margin-bottom: 35px;
}

.force-password-change-message {
    font-size: 16px;
    line-height: 18px;
    margin-top: -30px;
    margin-bottom: 30px;
}

.react-code-input-custom {
    display: flex !important;;
    justify-content: center;
}

.react-code-input-custom input:focus {
    border: 2px solid #096DD9 !important;
}

.react-code-input-custom-invalid input:focus {
    border: 1px solid #F5222D !important;
}

.react-code-input-custom input::-webkit-outer-spin-button,
.react-code-input-custom input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}