@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap');

body {
    background-color: #f4f6f9;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif !important;
    color: #6c757d;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.min-vh-100 {
    min-height: 100vh !important;
}
a.vis-md {
    position: absolute;
    top: 25px;
    right: 125px;
    background: #fff;
    height: 40px;
    padding: 0 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0171C5;
}
a.vis-xs {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    height: 30px;
    padding: 0 15px;
    border-radius: 5px;
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    font-size: 14px;
    color: #0171C5;
}
a.vis-md:hover {
    background-color: #0171C5;
    text-decoration: none;
    color: #ffffff;
}
a.vis-xs:hover {
    background-color: #fff;
    text-decoration: none;
    color: #0171C5;
}
.lms-form-login {
    margin: 50px 0 100px 50px;
}
h2.h2 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 4px;
}
h2 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 4px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group .control-label, .form-group label {
    font-weight: 400;
    color: #0171C5;
    font-size: 16px;
    letter-spacing: .5px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.text-primary, .text-primary-all *, .text-primary-all *:before, .text-primary-all *:after {
    color: #0171C5 !important;
}
.form-group .control-label, .form-group > label {
    font-weight: 400;
    color: #0171C5;
    font-size: 16px;
    letter-spacing: .5px;
}
.form-control {
    height: 50px;
}
/* 3.2 Form */
.lms-form-login .form-control,
.lms-form-login .input-group-text,
.lms-form-login .custom-select,
.lms-form-login .custom-file-label {
    background-color: rgba(241, 240, 255, 1);
    border-color: rgb(236, 234, 255);
}

.lms-form-login .form-control:focus,
.lms-form-login .input-group-text:focus,
.lms-form-login .custom-select:focus,
.lms-form-login .custom-file-label:focus {
    background-color: rgba(241, 240, 255, 1);
    border-color: #0171C5;
}

.btn-primary, .btn-primary.disabled {
    /* box-shadow: 0 2px 6px hsl(180, 2%, 8%); */
    /* background-color: var(--primary); */
    background-color: #0171C5;
    border-color: #0171C5;
    height: 50px;
}

.btn.btn-lg {
    padding: .55rem 1.5rem;
    font-size: 16px;
    font-weight: 600;
}

.btn-primary {
    background-color: #0171C5 !important;
    border-color: #0171C5 !important;
    text-transform: uppercase !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

@media (max-width: 767.98px) {
    a.vis-md {
        display: none;
    }
    a.vis-xs {
        display: flex;
    }

    .lms-form-login {
        margin: 30px 20px 50px 20px;
    }
    .yellow-bg {
        background-position: 40% !important;
    }
    .navbar .nav-link {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    li.dropdown.dropdown-list-toggle,
    .navbar .nav-link.nav-link-user img {
        height: 35px;
        width: 35px;
    }
    body .admin-navbar-currency .custom-dropdown-toggle, body .admin-navbar-locale button.dropdown-toggle {
        padding: 5px 15px 5px 10px !important;
        height: 35px !important;
    }
    .dropdown-toggle::after {
        display: none;
    }
    h2.h2 {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: 3px;
    }

}