
.bg-image-login {
    background: linear-gradient(0deg, rgba(54, 97, 235, 0.85), rgba(54, 97, 235, 0.85)), linear-gradient(0deg, #3661EB, #3661EB), url(../img/background-wallpaper.jpg);
    background-blend-mode: normal, color, normal;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.bg-left {
    background-color: #F9FAFA;
}

.title-text {
    font-weight: 700;
    font-size: 32px;
    line-height: 41.6px;
    color: #1E1A22;
}

.custom-row {
    justify-content: space-between;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.footer-text {
    padding-top: 50%;
    color: #fff;
}

.amef-brand {
    color: #3661EB;
    font-weight: bolder;
}

.p-10 {
    padding-top: 20%;
    padding-left: 10%;
    padding-right: 10%;
}

.title-crm-text {
    font-size: 20px;
    line-height: 28px;
}

.bg-custom-info {
    background: #D1F8FA;
}

.bg-custom-danger {
    background: #FEE7E7;
}


/*.bg-gradient-primary {*/
/*    background-color: #072989 !important;*/
/*    background-image: linear-gradient(180deg,#072989 10%, #072989 100%) !important;*/
/*    background-size: cover;*/
/*}*/

.bg-hover-red {
    background: #ff0000;
}

.bg-custom-hover-blue-crm {
    background: #244175;
}

.bg-custom-crm {
    background: #162848;
    border-bottom: 1px solid #244175;
}

.bg-hover-pagination-link-active {
    background-color: #162848 !important;
}

.fa-eye{
    position: absolute;
    top: 28%;
    right: 4%;
    cursor: pointer;
    color: lightgray;
}