@import url(https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,500,600);
body {
    /* background-image: url('../../images/gallery/login-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    background-color: #fff;
    height: 100vh; */
}

body * {
    font-family: 'Muli', sans-serif;
}

p {
    margin-bottom: 5px;
    color: #1E2331 !important;
}

.hero-title {
    font-weight: bold;
    color: #033d6f;
    margin-top: 80px;
}

@media only screen and (max-width: 767px) {
    .hero-title {
        margin-top: 60px;
        font-size: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .brand-logo img {
        height: 75px;
    }
}