.brand-logo {
    position: absolute;
    top: 1rem;
    z-index: 1;
    left: 1rem;
    width: 250px;
}

.loginlogo {
    height: auto;
    max-width: 200px;
}



.bg-white {
    background-color: #f6f9fb !important;
}
    body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #6e6b7b;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.2;
    color: #5e5873;
    background: -webkit-linear-gradient(45deg, #006C60, #e6a61e 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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: #006C60;
}

.btn.btn-second {
    color: #fff;
    border: 0;
    background-color: #F29D35;
}

.inputborder {
    border: 2px solid #006C60;
}

.btn {
    font-weight: 300;
}