.brand-logo {
    position: absolute;
    top: 1rem;
    z-index: 1;
    left: 1rem;
    width: 90px;
}

body, html{
    height:100%;
}

body {
    margin: 0;
    background-color: #f8f8f8;
    font-family: 'Roboto', sans-serif;
    
    color: #6e6b7b;
}

@media (max-width:991.98px){
    .brand-logo {
        top: 1rem;
        z-index: 1;
        left: 1rem;
        width: 50px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #5e5873;
}

.font-weight-bold {
    font-weight: 500!important;
}
h2.card-title{
    font-size: 1.7rem;
    font-weight: 300!important;
    color: #084DA6;
}

.btn.btn-first{
    color: #fff;
    border: 0;
    background-color: #084DA6;
}

.btn.btn-second{
    color: #fff;
    border: 0;
    background-color: #F29D35;
}

.inputborder{
    border: 2px solid #084DA6;
}