.nav-bg{
    background-color: #0CA777 !important;
    color: white !important;
}
.text-color{
    color: #0CA777 !important;
}
.card{
    box-shadow: 0 4px 10px rgba(208, 208, 208, 0.37), 0 4px 10px rgba(189, 189, 189, 0.07);
}
.loginbg {
    background: url('../img/login-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh !important;
    background-position: 0px 30%;
    align-items: center;
    display: grid;
}

.login-btn{
    background-color: #d7b131 !important;
}
.login-card{
    background-color: #0CA7779C !important;
}
.msg-card{
    background-color: #E8F7F3 !important;
}
.table > :not(caption) > * > * {
    padding: .8rem .5rem !important;
  }
