.sdk-privacy-btn,
.sdk-terms-btn {
    display: inline;
    font-weight: 600;
}

input[type="checkbox"] {
    height: auto;
    width: unset;
    min-width: unset;
}

.sdk-login-button {
    display: block;
    min-width: 100%;
    margin-top: 20px;
    padding-block: 16px;
    height: 48px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #ff61eb;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

