.table-wrapper {
    width: 99%;
    padding:10px;
    background: #fafafa;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }
    .table-title {
    margin: 0 1px 5px;
    }
    .table-title h2 {
    margin: 6px 0 0;
    font-size: 1.8em;
    padding-bottom: 10px;
    }
    .table-title .add-new {
    float: left;
    height: 40px;
    font-weight: bold;
    font-size: .83em;
    text-shadow: none;
    min-width: 100px;
    border-radius: 50px;
    line-height: 13px;
    }
    
    table, th, td {
    border: 1px solid lightgray;
    }
    .form_main{
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    }
    .form-login{
    padding-top: 10px;
    }
    
    .row-karyawan{
    padding-top: 10px;
    }

    .help-block.with-errors {
        color: #ff5050;
        margin-top: 5px;
    }