form .iti .iti__selected-dial-code,
.iti__country-name {
    color: #000;
}

.sdk-login-button {
    border-radius: 3px;
    background-image: linear-gradient(0deg, #309d4b, #52dd74);
    padding: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 53px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 0;
    width: 100%;
}

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

.image-box {
    display: flex;
    align-items: center;
}

.image-box img {
    height: 47px;
}

.image-box span {
    color: white;
    line-height: 1.1;
    letter-spacing: 1px;
    font-weight: 500;
}
