.bsz__access {
    margin-bottom: 30px;
}

.bsz__access__headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.bsz__access__tabs {
    display: flex;
    flex-wrap: nowrap;
}

.bsz__access__tab {
    color: #025291;
    font-size: 15px;
    width: 50%;
    flex-basis: 50%;
    padding: 15px;
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #E0E0E3;
    /*border-bottom-width: 0;*/
    position: relative;
    background-color: #F0EFEB;
    cursor: pointer;
    /* outline: none; */
}

.bsz__access__tab--active {
    background-color: #fff;
    border: none;
}

.bsz__access__tab:first-child.bsz__access__tab--active {
    border-left: 2px solid #E0E0E3;
}

.bsz__access__tab:first-child.bsz__access__tab--active::before {
    border-left: 2px solid #E0E0E3;
}

.bsz__access__tab:last-child.bsz__access__tab--active {
    border-right: 2px solid #E0E0E3;
}

.bsz__access__tab--active::before {
    content: '';
    width: calc(100% + 1px);
    border-top: 3px solid #025291;
    position: absolute;
    top: -3px;
    left: -2px;
}

.bsz__access__tab:last-child.bsz__access__tab--active::before {
    width: calc(100% + 3px);
    left: -1px;
}

/*.bsz__access__tab--active:first-child + .bsz__access__tab {*/
/*    border-left: none;*/
/*}*/

.bsz__access__tab-content {
    display: none;
    padding: 15px;
    background-color: #fff;
    border: 2px solid #E0E0E3;
    border-top: none;
    outline: none;
}

.bsz__access__tab-content--active {
    display: block;
}

/* Form fields */
.bsz__access .form-control,
.bsz__access .tx-felogin-pi1 input[type="text"],
.bsz__access .tx-felogin-pi1 input[type="password"]
{
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #E0E0E3;
}

.bsz__access .loginSubmit,
.bsz__access .tx-felogin-pi1 input[type="submit"] {
    color: #fff;
    font-size: 15px;
    height: 50px;
    width: 100%;
    background-color: #C0C1C6;
    border: none;
    cursor: pointer;
}

.bsz__access__terms {
    margin-top: 25px;
    margin-bottom: 20px;
}

.bsz__access__login-action {
    margin-top: 35px;
    margin-bottom: 30px;
}

.bsz__access__terms label.checkbox {
    line-height: 1.4;
}

.bsz__access__forgotpassword,
.bsz__access .LG .tx-felogin-pi1 a {
    color: #025291;
    font-size: 13px;
    text-align: center;
}

/* validation */

.bsz__access .form-control.error {
    border-color: #ff0000;
}

@media (min-width: 560px) {
    .bsz__access__tab-content {
        padding: 50px 50px 15px 50px;
    }
}

@media (min-width: 992px) {
    .bsz__access__headline {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 50px;
    }
}

