
.primary-color {
    color: #2e4fdf;
}

.highlight {
    color: #20379d
}

#sib-container, .sib-form-block {
    padding: 0 !important;
}

.sib-form {
    padding: 0 !important;
}

.sib-form-block__button {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-radius: 50px !important;
}

.brands img {
    max-height: 30px;
}

body {
    color: #282828 !important;
}

.background {
    background: -webkit-gradient(
            linear,
            left top, right top,
            from(rgba(179, 128, 255, 0.1)),
            to(#7af0ff)
    );
    background: -o-linear-gradient(
            left,
            rgba(179, 128, 255, 0.1) 0%,
            #7af0ff 100%
    );
    background: linear-gradient(
            90deg,
            rgba(179, 128, 255, 0.1) 0%,
            #7af0ff 100%
    );
}

.btn-cta {
    background: #ffb300;
    color: #000000;
    font-size: 25px !important;
    border-radius: 49px !important;
    line-height: 1.2 !important;
}

.btn-cta:hover, .btn-cta:focus, .btn-cta:active {
    background: #ff9500;
    color: #000000;
}

#sib-form {
    background: #fff;
    padding: 1rem;
    border-radius: 20px;
}

.gif{border-radius: 12px}
