.login-page .card-login .logo-container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.login-page .card-login .logo-container h4 {
    color: #fff;
    font-weight: bold;
    font-size: 34px;
}
.panel-header {
    height: auto;
}
.table-responsive {
    overflow: hidden;
}
.dataTables_filter {
    float: right;
}
.form-control {
    padding: 10px 18px 10px 18px;
}
span.control-label {
    font-size: 0.8571em;
    margin-bottom: 5px;
    color: #9A9A9A;
    display: inline-block;
}
select.form-control{
    height: 37px;
}
.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 37px;
}
.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 37px;
    line-height: normal;
    color: #999;
    border-radius: 30px;
    font-weight: 300;
    background-color: transparent;
    border: 1px solid #E3E3E3;
}
.file-upload-wrapper:before {
    content: 'Browser';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 37px;
    background: #4daf7c;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 14px;
    line-height: 37px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}
.file-upload-wrapper:hover:before {
    background: #3d8c63;
}
.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
