.authentication-form {
    padding-top: 20px !important;
}

.form-header {
    font-size: 15px !important;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #2c3e50;

}

.btn-lg {
    font-size: 16px !important;
    padding: 10px !important;
    height: 45px
}


.steps-container {
    width: 600px;
    margin: 10px auto;
    padding-bottom: 20px
}

.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: green;
}

.progressbar li.active:before {
    border-color: #55b776;
}

.progressbar li.active + li:after {
    background-color: #55b776;
}


.progress-sm .progress-bar {
    height: .3rem !important;
    opacity: 0.3;
}


.sidebar-avatar {
    width: 50px;
    margin-top: 22px;
    margin-bottom: 5px

}

@media only screen and (max-width: 600px) {

    .breadcrumb-container {
        display: none;
    }
}

.wrapper .page-wrap .main-content {

    background-image: url('/admin/img/pracodawca-BHP.jpg') !important;
    background-size: cover;
    object-position: center center;
}

.wrapper .page-wrap .main-content .card {
    background-color: #ffffffea;
}

.wrapper .page-wrap .main-content .page-header-title {
    color: #272d36;
}

.wrapper .page-wrap .main-content .employee-box{
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 6px 0 0 rgba(0,0,0,0.01), 0 15px 32px 0 rgba(0,0,0,0.06);
    -moz-box-shadow: 0 6px 0 0 rgba(0,0,0,0.01),0 15px 32px 0 rgba(0,0,0,0.06);
    box-shadow: 0 6px 0 0 rgba(0,0,0,0.01), 0 15px 32px 0 rgba(0,0,0,0.06);

}
