.login-background {
    background-image: url('../images/login-background.png');
    background-size: cover;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.login-box {
    width: 400px;
}

.company-logo {
    margin: 20px 0 5px 0;
    width: 60%;
}

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

.brand-link>img {
    max-width: 200px;
    width: 100%;
}

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

.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: #28A745; */
    color: #FFF33D;
    font-size: 14px;
    float: right;
    margin-top: 6px;
}

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

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