body{
    height: 100vh;
    font-family: Inter, sans-serif;
    font-weight:300;
}

body > .container-fluid{background-color: #faf6f1; height: 100%; background-image: url('/assets/img/body-bg.png'); background-size: cover;}

h1, h2, h3, h4, h5, h6{font-weight: 600;}

.col-left{
    background-image: url('../img/login-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.col-right{
    background-color:#eee;
}

.display-1{
        font-size:3.5rem;
    }
    

.display-4{
        font-size:2.5rem;
    }


@media(max-width:575px){
    body{
        padding-top:0;
    }
    .display-1{
        font-size: 4rem;
    }
    
    .display-2{
        font-size:4rem;
    }
}