
#flash_message {
    margin: 30px 0 30px;
    width: 100%;
    max-width: 300px;
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 150px;
    z-index: 999;
}

/*----------------------body-----------------------*/
/*body {
    background-image: url(../images/logo.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    overflow: visible;
    position: relative;
}*/

body {
    background-color: #343a40;
}

/*----------------------navbar-----------------------*/
.navbar {
    min-height: 80px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #212529 !important;
    background-color: #95959557 !important;
}

/*----------------------section-----------------------*/

.card {
    border-radius: 0.75rem !important;
}

.login-title {
    min-height: 150px;
}

.font-sm {
    font-size: 0.8rem;
}

/*----------------------form---------------------*/

#popover-password {
    display: none;
    margin-top: 1rem;
}

.progress {
    height: 5px;
    margin-bottom: 1rem;
}

.fa-times {
    color: red;
}

@media (max-width: 767px) {

}
