           .card-header{
                background-color: #212529;
                color: rgb(255, 255, 255);

            }
            .btn-success {
                color: #fdc10e;
                background-color: #19201d;
                border-color: #f1b80e;
                
                
            }
            .btn-success:hover {
                color: #212529;
                background-color: #ffc107;
                border-color: #212529;
            }
            .bg-login{
                /* background-image: url("../image/parkteck_background.png"); */
                background-color:#495057; 
                 background-repeat: no-repeat;
                background-size: 100% 100%;
                --bs-bg-opacity: 1;
                /* background-color: transparent !important;  */
            }

    .input-group-text{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    padding:.375rem .75rem;
    margin-bottom:0;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#495057;
    text-align:center;
    white-space:nowrap;
    background-color:#e9ecef;
    border:1px solid #ced4da;
    border-radius:.25rem
}


.span_first{
    text-align:center;
    white-space:nowrap;

    color:#495057;
    background-color:#F5B416;
    border:1px solid #D6C4B5;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    padding:.375rem .75rem;
    line-height:1.5;
    border-radius:.3rem;
    border-top-left-radius:.3rem;
    border-bottom-left-radius:.3rem;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    height: 45px;
    width: 45px;
}

.span_last{
    color:#495057;
    background-color:#F5B416;
    border:1px solid #D6C4B5;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    padding:.375rem .75rem;
    line-height:1.5;
    border-radius:.3rem;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-top-right-radius:.3rem;
    border-bottom-right-radius:.3rem;
    height: 45px;
    width: 45px;
}

  .img_emp{
    display: flex;
    width: 150px;
    flex-direction: column;
    margin: auto;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    }