.login-background {
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.login-box {
    width: 400px;
}

.registration-box {
    padding-top: 90px;
    padding-bottom: 30px;
}

.company-logo {
    margin: 15px 0 10px 0;
    height: 40px;
}

.loading-box {
    display: none;
    text-align: center;
}

.brand-link>img {
    width: 90%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}

.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: 85px;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

select.form-control.select2.is-invalid~span.select2.select2-container>span.selection>span.select2-selection.select2-selection--single {
    border-color: #dc3545;
}

.dashboard-status-red {
    color: #D23641;
    font-size: 14px;
}

.dashboard-status-green {
    color: #28A745;
    font-size: 14px;
}

.candidate-sidebar-status-red {
    color: #D23641;
    font-size: 14px;
    float: right;
    margin-top: 6px;
}

.candidate-sidebar-status-green {
    color: #FFF33D;
    font-size: 14px;
    float: right;
    margin-top: 6px;
}

.signature-bg {
    background-color: #f4f5f7;
}

.dashboard-icon>i {
    font-size: 50px !important;
}

.layout-navbar-fixed .wrapper .main-sidebar:hover .brand-link {
    height: auto;
}

.alfa-image {
    border-color: #ced4da;
    width: auto;
    display: inline-block;
}

.alfa-image>img {
    max-width: 300px;
    max-height: 200px;
}

.supplier-image {
        width: 140px !important;
        height: 140px !important;
        object-fit: cover;
        border-radius: 20%;
    }
