@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,500;0,600;0,700;0,800;1,100;1,200&display=swap');
* {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
}

.login-bg {
    background: url(/assets/img/login-bg.png);
    background-size: cover;
}

.login-bg .login_content {
    background: #ffffffeb;
}

.bg-blue-faded {
    background: #6A8CAD;
}

.content {
    min-height: 595px;
    ;
}

.sidebar-bg {
    background: #E6E9F4;
}

.dashboard_content {
    min-height: 100vh;
}
.forgot-bg{
    background: url(/assets/img/forget-bg.png);
    background-size: cover;
  }
  .npassword-bg{
    background: url(/assets/img/password-bg.png);
    background-size: cover;
  }
  .sidebar-container .card-body.document-content {
    overflow-y: scroll !important;
    height: calc(100vh - 130px);
}