@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: #4723D9;
    --first-color-light: #acacac;
    --white-color: #F8F9FA;
    --navy-color: #344767;
    /* --white-color: #F7F6FB; */
    /* --body-font: 'Nunito', sans-serif; */
    --body-font: 'Inter', sans-serif;
    /* --normal-font-size: 1rem; */
    --normal-font-size: 0.875rem;
    --z-fixed: 100
}

.bg-top-login {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-image: url('../img/assets/curved14.jpg');
    background-size: cover;
    background-position: 50%;
    padding-bottom: 14rem;
}

@keyframes keyframe {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.mask {
    position: absolute;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* animation: keyframe 20s infinite; */
    opacity: 0.7 !important;
}

.bg-gradient-dark {
    background-image: linear-gradient(310deg, #141727 0%, #3A416F 100%);
}

.opacity-6 {
    opacity: 0.6 !important;
}

.box-shadows {
    /* http://smoothshadows.com/#djEsMSw1LDAuMDQsMjQsMzIsMCwjMDMwNzEyLCNmM2Y0ZjYsI2ZmZmZmZiwy */
    box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.01), 0px 5px 4px rgba(3, 7, 18, 0.02), 0px 12px 9px rgba(3, 7, 18, 0.02), 0px 20px 15px rgba(3, 7, 18, 0.03), 0px 32px 24px rgba(3, 7, 18, 0.04);
}

.login-section {
    margin-top: -12rem;
    margin-bottom: 10rem;
}

.bg-navy-color {
    background-color: var(--navy-color) !important;
}

.container-login {}

.fs-14 {
    font-size: 14px;
}

span.select2--small.select2-selection.select2-selection--single {
    font-size: 14px !important;
}

.text-navy-color {
    color: var(--navy-color) !important;
}
