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

.sdk-login-button {
    border-radius: 3px;
    background-color: #37dca3;
    padding-block: 20px;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 0;
}

.sdk-login-button:hover {
    box-shadow: 0.3px 4px 29px 0 rgba(50, 35, 65, 0.09);
}

.sdk-risk-note {
    margin-block: 10px;
}
