.text_signin {
    font-family: "visby", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    ;
    font-style: normal;
    font-weight: 700;
    font-size: 5em;
    line-height: 116.52%;
    /* identical to box height, or 137px */
    background: -webkit-linear-gradient(45deg, #333, rgb(144, 64, 229), rgb(144, 64, 229), #fff, rgb(128, 255, 152), rgb(128, 255, 152));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bgBody, html {
    background: url(../../assets/img/livepage/MainBg.png) center/cover;
    background-attachment: fixed;
    border: 0px !important;
    height: 100vh;
}

.iframe_ {
    background: url(../../assets/img/livepage/MainBg.png) center/cover;
}

.form-control.custom {
    height: 55px;
}

.no-border {
    border: 0px !important;
}

.bg-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.bg-overlay-alt {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgb(68, 27, 112), rgb(29, 12, 48));
}

.banner_logo {
    position: fixed;
    z-index: 0;
}

.banner_logo .text {
    position: absolute;
    left: 50%;
    top: 40%;
    font-family: "visby", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    ;
    font-style: normal;
    font-weight: 800;
    font-size: 38.6009px;
    line-height: 89.52%;
    transform: translate(-50%, -50%);
    /* or 35px */
    color: #FFFFFF;
    text-shadow: 0px 2.38169px 2.38169px rgba(0, 0, 0, 0.25);
}

.navbar {
    right: 0;
    left: 0;
}

.bg-transparent {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)) !important;
}

.vh-100 {
    height: 100%;
}

.form-signin {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

._modal {
    display: block;
    z-index: 9999999999 !important;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
}

.bold-800 {
    font-weight: 800;
}

@media screen and (max-width: 1200px) {
    .banner_logo .img {
        width: 250px;
    }

    .banner_logo .text {
        font-size: 23px;
    }
}

@media screen and (max-width: 992px) {
    .banner_logo .img {
        width: 150px;
    }

    .banner_logo .text {
        font-size: 15px;
    }

    .text_signin {
        font-size: 50px;
    }

    .form-control.custom {
        height: 45px;
    }
}

.home_banner .banner_logo {
    position: fixed;
    z-index: 1;
    width: 200px;
}

.home_banner .banner_logo .img {
    width: 170px;
}

.home_banner .banner_logo .text {
    position: absolute;
    left: 50%;
    top: 40%;
    font-family: "visby", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    ;
    font-style: normal;
    font-weight: 800;
    font-size: 18.6009px;
    line-height: 89.52%;
    transform: translate(-50%, -50%);
    /* or 35px */
    color: #FFFFFF;
    text-shadow: 0px 2.38169px 2.38169px rgba(0, 0, 0, 0.25);
}

div.custom {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99 !important;
    height: 25px !important;
    color: #fff;
    font-size: 13px;
    padding-top: 5px;
}

div.custom a {
    margin-left: 20px;
}

div.custom a:hover {
    color: #aaa;
}