form.intro {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    height: 80vh;
    justify-content: center;
    width: 25vw;
    margin: auto;
    row-gap: 10px;
}
img.intro-logo {
    width: 200px;
    height: auto;
}
.btn.btn-primary:hover {
    border-color: #00265d;
    background-color: #00265d;
    color: #fff;
}
.btn.btn-primary {
    border-color: #00265d;
    background-color: #fff;
    color: #00265d;
}
div#navbarSupportedContent {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
ul.navbar-nav.mr-auto {
    padding: 0 10px;
    display: flex;
    align-content: center;
    align-items: center;
}
a.nav-link {
    font-size: 17px;
    font-weight: 500;
}
img.base-logo {
    width: 35px;
    height: auto;
}
.col-3.btns {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
h5.card-title {
    font-size: 25px;
}
.col-6 {
    font-weight: 400;
}
.delete-box {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
}
.petitiemeta {
    padding-top: 10px;
}
.addstatus {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    width: 50%;
    row-gap: 10px;
}
.addstatus button.btn.btn-success {
    width: 40%;
}
a.btn.btn-danger {
    background-color: #ed1c24;
    border: none !important;
}
#user .form-group {
    margin-top: 15px;
}
.adduser {
    width: 20%;
    margin-bottom: 20px;
}
.row.mb-2.dashlist {
    margin-bottom: 0 !important;
    padding: 10px 0;
}