body {
    background: url("https://nxmcdn.com/images/gls/webinar/glilive-bg.webp") bottom left / contain no-repeat black;
    font-weight: 500;
}

* {
    font-family: var(--primary-font);
    font-style: normal;
}

.form-control {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    border-radius: 0;
    outline: 0;
    box-shadow: none !important;
}

#gls-image-text {
    width: 512px;
    max-width: 100%;
}

.btn-custom-primary {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.18px;

    display: inline-flex;
    padding: 17px 58px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--primary-color);
}

.btn-custom-primary:hover,
.btn-custom-primary:focus,
.btn-custom-primary:active {
    color: #FFF !important;
    background: var(--primary-color) !important;
}

@media screen and (min-width: 767.99px) and (max-width: 1199.98px) {
    body {
        background: url("https://nxmcdn.com/images/gls/webinar/glilive-bg-tablet.webp") bottom left / contain no-repeat black;
    }
    #gls-image-text {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 767.98px) {
    body {
        background: url("https://nxmcdn.com/images/gls/webinar/glilive-bg-mobile.webp") bottom center / contain no-repeat black;
    }
    #gls-image-text {
        width: 312px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .btn-custom-primary {
        width: 100%;
    }
}