.brand-logo {
    position: absolute;
    top: 1rem;
    z-index: 1;
    left: 1rem;
    width: 220px;
}

body, html {
    height: 100%;
}

body {
    margin: 0;
    background-color: #f8f8f8;
    font-family: 'Roboto', sans-serif;
    color: #6e6b7b;
}

@media (max-width:991.98px) {
    .brand-logo {
        z-index: 1;
        left: 1rem;
        width: 100px;
    }
}

.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;
}

.login-card {
    width: 100%;
    padding: 2rem;
    border-radius: 8px;
    background: #273D8B;
    /*    background: linear-gradient(0deg,rgba(39, 61, 139, 1) 0%, rgba(39, 61, 139, 0.5) 25%, rgba(244, 244, 244, 1) 60%);*/
    background: linear-gradient(0deg,rgba(39, 61, 139, 1) 0%, rgba(39, 61, 139, 0.5) 10%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /*    background: linear-gradient(to top,#273d8b, #ffffff);*/
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

    .login-card.flex-card {
        display: flex;
    }

a {
    color: inherit;
    text-decoration: none;
}

.login-wrapper {
    min-height: 100vh;
    display: grid;
    place-items: center;
    /*    background: radial-gradient(rgb(39 61 139 / 10%), rgb(39 61 139 / 50%));*/
    background: #3674B5;
}

.btn-rounded-full {
    border-radius: 9999px;
}

.circle-s36 {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: grid;
    place-items: center;
    font-size: 18px;
}

.circle-lime {
    color: #fff;
    background: #A3CB38;
}

.circle-orange {
    color: #fff;
    background: #FAB723;
}
