.bg-dark-green {
    background-color: #074e2f !important;
}

.bg-light-green {
    background-color: #9dba7f !important;
}

.text-green {
    color: #074e2f !important;
}

.text-center {
    text-align: center;
}

.fw-bold {
    font-weight: 600;
}

.login {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login .logo {
    height: 150px;
    width: 150px;
}

.user-panel img{
    width: 100% !important;
    height: auto;
}