.my-container {
    position: relative;
    background: #1f77d0;
    background: linear-gradient(to bottom,#1f77d0 0,#533ce1 100%);
    background-size: 150% 150%;
    z-index: 3;
    opacity: 1;
}

    .my-container a:hover {
        /* border-left:5px solid #f1aa28; */
        /*color:#f1aa28!important;*/
        background-color: #5990d2;
    }

.nav-link i {
    min-width: 18px;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover, .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: #5990d2;
}

.chkbox_label {
    padding-top: 2px;
}

.sidebarlogo {
    width: 34px;
    height: 34px;
    overflow: hidden;
    z-index: 5;
    border: 2px solid rgba(255,255,255,.3);
    /* background-color: white; */
}

.ustuserlogo {
    width: 34px;
    height: 34px;
    overflow: hidden;
    z-index: 5;
    border: 2px solid #dddfeb;
    /* background-color: white; */
}

.my-container:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: .43;
    background: #000;
    background-image: url('../img/sidebar.jpg');
    background-size: cover;
}

.sidebarsubmenu {
    background-color: #2d74c4 !important;
    border: 1px solid #5d97d9;
    font-weight: 500;
}

.submenu-item {
    color: white !important;
    margin: 0px !important;
    padding: 2px 8px 4px 8px !important;
}

.collapse-item {
    color: white !important;
}

.sidebar .nav-item .nav-link {
    padding: 5px 16px 5px 16px !important;
}


.sidebar .nav-item.active .nav-link {
    font-weight: 500;
}

.my-container:after {
    opacity: .77;
    background: #1f77d0;
    background: linear-gradient(to top,#000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    background-size: 150% 150%;
}

.sidebarlink {
    color: white !important;
}

.my-container:after, .my-container:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}


.sidebar {
    position: relative;
    max-height: calc(100vh - 75px);
    z-index: 4;
    padding-bottom: 75px;
}




.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #444;
    background: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

    .form-bottom a {
        color: #f1aa28;
    }

.form-top {
    overflow: hidden;
    padding: 0 25px 0px 25px;
    background: rgba(0, 0, 0, 0.35);
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

    .form-top-left h3 {
        margin-top: 0;
        font-size: 22px;
        font-weight: 300;
        color: #555;
        line-height: 30px;
        color: #fff;
    }

    .form-top-left p {
        opacity: 0.8;
        color: #fff;
        font-size: 16px;
        font-size: 80%;
        font-weight: 400;
    }

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 10px;
    font-size: 66px;
    color: #fff;
    line-height: 100px;
    text-align: right;
    opacity: 0.3;
}

form.user .form-control-user {
    padding-top: 18px;
    border-radius: .35rem;
    padding-bottom: 18px;
}

.login-backstretch {
    position: fixed;
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    z-index: -999998;
    background: #5aa9dd;
    /*background: linear-gradient(to top,#000529 1%,#002055 24%,#2e5b88 67%,#3b6a98 100%);*/
    background: linear-gradient(to top,#000529 1%,#002055 24%,#2e5b8896 67%,#3b6a98a1 100%);
    background-size: 150% 150%;
    opacity: .8;
}

.login-backstretchresim {
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    z-index: -999999;
    opacity: .50;
    background: linear-gradient(to bottom,#1f77d0 0,#3b6a98 100%);
    background-image: url(../image/login-background.jpg);
    background-size: cover;
}

.form-control {
    color: #000000 !important;
}

.autocomplate {
    position: absolute;
    z-index: 99;
    width: 90%;
}

.letterspace {
    letter-spacing: 0.02rem;
}

.badge {
    border-radius: .15rem !important;
}
