body {
    background-color: #F1F3FC !important;
}
#logo {
    width: 100%;
    margin: 0px auto 30px;
    padding-top: 30px;
}

#logo_mobile {
    height: 50px;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
    width: 100%;
}

#logo_text {
    position: absolute;
    top: 50px;
    left: 70px;
    display: none;
}

.container-fluid {
    padding: 0;
}

#left {
    display: none !important;
}

#center {
    margin: 10px 10px 0 10px;
    display: block !important;
}

h1.display-4 {
    line-height: 1.7;
    margin: 0;
}

#magpai_logo {
    min-height: 50px;
    background-image: url("/images/magpai-horizontal-logo.svg");
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-position: center;
}

.btn.btn-primary {
    border-radius: 24px;
}

@media all and  (min-width: 768px) {
    #left {
        background-image: url(/images/wavy_bg.jpg);
        background-size: contain;
        background-position: left top;
        position: relative;
        overflow: hidden;
    }

    #logo_mobile {
        display: none;
    }

}


@media all and (min-width: 992px){

    #logo_text {
        display: block;
    }
    #magpai_logo {
        min-height: 55px;
        background-image: url("/images/magpai_logo_only.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: unset;
    }

    #left {
        background-image: url(/images/wavy_bg.jpg);
        background-size: contain;
        background-position: left top;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
        display: flex !important;
    }

    #center {
        margin: unset;
        text-align: unset;
        display: flex !important;
    }

    #center h1 {
        text-align: initial;
    }


}


@media all and (max-width: 1366px){



    .display-4 {
        font-size: 1.8rem !important;
    }

    #left h1 {
        margin-left: 50px !important;
    }
}

@media all and (max-width: 1680px){
    .display-4 {
        font-size: 2.2rem;
    }

    #left h1 {
        margin-left: 60px;
    }
}

@media all and (min-width: 1681px){
    #left h1 {
        margin-left: 60px;
    }
}

@media all and (min-width: 1921px){
    #left h1 {
        margin-left: 80px;
    }
}

@media all and (min-height: 1024px) and (max-width: 1366px) {
    #left {
        display: none !important;

    }

    #center {
        align-items: unset !important;
    }

}

