    #newUIBanner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #FFF7EA;
        height: 150px;
        align-items: center;
        overflow: hidden;
    }
    
    #newUIBannerContent {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        flex: 1;
    }
    
    #newUIBannerContent .logo,
    #newUIBanner .logo2 {
        align-items: flex-end;
        height: 100%;
        z-index: 100;
    }
    
    #newUIBannerContent .logo img {
        max-width: 100%;
        height: 90%;
        display: block;
        position: absolute;
        right: 12%;
    }
    
    #newUIBanner .logo2 img {
        max-width: 100%;
        height: 75%;
        display: block;
        position: absolute;
        right: -10%;
        bottom: -1px;
    }
    
    #newUIBannerText {
        color: #E73446;
        display: flex;
        align-items: center;
        font-family: 'Open Sans', serif;
        font-weight: 600;
        font-size: 28px;
        line-height: 38px;
        font-style: normal;
        align-items: flex-start;
        flex-direction: column;
        z-index: 100;
    }
    
    #newUIBannerText .add-as {
        font-family: 'Open Sans', serif;
        font-weight: 300;
        font-size: 26px;
        line-height: 36px;
        display: block;
        margin-top: 10px;
    }
    
    #appLogos {
        display: flex;
        justify-content: center;
        z-index: 200;
    }
    
    #appLogos a {
        font-family: 'Open Sans', serif;
        font-weight: 600;
        font-size: 25px;
        line-height: 34px;
        letter-spacing: 0px;
        color: #E73446;
        border: 3px solid #E73446;
        text-decoration: none;
        text-align: center;
        padding: 5px 10px;
        background-color: #fff1da;
    }
    
    #appLogos a:hover {
        animation: dissolve 300ms ease-out forwards;
    }
    
    .desktop-wide .register-form,
    .desktop-standard .register-form {
        top: 107px;
    }
    
    @keyframes dissolve {
        from {
            opacity: 1;
        }
        to {
            opacity: 0.75;
        }
    }
    
    .barcode {
        height: 50px;
    }
    
    .m-4 {
        margin: 1.5rem !important;
    }
    
    .gap-3 {
        gap: 1rem !important;
    }
    
    .col {
        flex: 1 0 0%;
    }
    
    .col-auto {
        flex: 0 0 auto;
        width: auto;
    }
    
    .col-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    
    .col-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    
    .img-fluid {
        max-width: 100%;
        height: auto;
    }
    
    .d-none {
        display: none !important;
    }
    
    .flex-row {
        flex-direction: row !important;
    }
    
    .flex-column {
        flex-direction: column !important;
    }
    
    .m-4 {
        margin: 1.5rem !important;
    }
    
    @media (min-width: 576px) {
        .d-sm-none {
            display: none !important;
        }
        .d-sm-flex {
            display: flex !important;
        }
    }
    
    @media (min-width: 768px) {
        .d-md-none {
            display: none !important;
        }
        .m-md-auto {
            margin: auto !important;
        }
        .col-md-6 {
            flex: 0 0 auto;
            width: 50%;
        }
        .col-md-8 {
            flex: 0 0 auto;
            width: 66.66666667%;
        }
        .flex-md-column {
            flex-direction: column !important;
        }
        .flex-md-row {
            flex-direction: row !important;
        }
        .d-md-flex {
            display: flex !important;
        }
    }
    
    @media (min-width: 992px) {
        .d-lg-flex {
            display: flex !important;
        }
    }
    
    @media (max-width: 992px) {
        #newUIBanner {
            margin-bottom: 15px;
        }
    }
    
    @media (max-width: 768px) {
        #newUIBanner {
            flex-direction: column;
            align-items: center;
            height: auto;
            text-align: center;
            margin-bottom: 15px;
            position: relative;
        }
        #newUIBannerText {
            font-size: 22px;
            line-height: 26px;
        }
        #appLogos {
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 13px;
        }
        #newUIBannerLaptop {
            width: 100%;
            height: auto;
        }
        #newUIBannerLaptop img {
            width: 100%;
            height: auto;
        }
        #newUIBannerText .add-as {
            font-size: 16px;
            line-height: 22px;
        }
        #appLogos a {
            font-size: 14px;
            line-height: 19px;
        }
    }
    
    @media (max-width: 497px) {
        .mobile #newUIBannerText {
            max-width: 60%;
        }
        /* #newUIBanner .logo2 {
            display: none;
        } */
        #newUIBanner .logo2 img {
            height: 55%;
        }
    }
    
    .mobile #newUIBannerContent {
        align-items: flex-start;
    }
    
    .mobile #newUIBannerText {
        text-align: left;
        margin-top: 50px;
        z-index: 200;
    }
    
    .mobile header,
    .tablet header {
        padding-top: 0!important;
    }
    
    #backcolor {
        background-color: #fff1da;
        width: 107%;
        height: 84%;
        position: absolute;
        z-index: 10;
        border-radius: 50px;
    }
    
    .mobile #backcolor {
        width: 123%;
        left: -10%;
    }