
.wrapper:before{
    background: url(../img/header.jpg) no-repeat center top !important;
    background-size: cover !important;
    height: 240px !important;
}
.splash .splash-icon{
    z-index: 9999 !important;
}

.splash .splash-icon.opaca{
    background-color: rgb(21,61,119,0.7);
}

.form-control {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

.content{
    padding-top: 150px !important;
}

.table-action a{
    font-size: 18px;
}

.login-wrap{
    position: relative;
    margin: 100px auto;
    width: 320px;
}
.login-wrap .form{
    background: rgba(255,255,255,0.6);
    border-radius: 20px;
    height: 300px;
}

.sidebar-brand, .sidebar-brand:hover {
    background: #161d2f !important;
}



@media(max-width: 768px){
    .content{
        padding-top: 90px !important;
    }

    .datatables-basic td{
        white-space: nowrap;
    }

    .login-wrap{
        margin-top: 50px;
        width: 90%;
    }

    .wrapper:before {
        background-size: 190% !important;
        background-position: 30% 0% !important;
        background-color: #111521 !important;
        height: 170px !important;
    }
}