#tab-navigation {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    width: 100%;
}

.tab-item {
    flex-grow: 1;
    text-align: center;
    border-bottom: 1px solid var(--pp-color-stroke-subtle);
}

.tab-item-active {
    flex-grow: 1;
    text-align: center;
    line-height: 45px;
    border-left: 1px solid var(--pp-color-stroke-subtle);
    border-right: 1px solid var(--pp-color-stroke-subtle);
    border-top: 1px solid var(--pp-color-stroke-subtle);
    font-weight: 700;
}

.tab-item a {
    display: block;
    line-height: 45px;
    width: 100%;
}

.tab-item a:hover {
    text-decoration: none;
}

.form-controls {
    margin-top: 10px;
}

#form-login, #form-register, #reset-password-form, #update-password-form, div.content-form {
    margin-top: 20px;
    margin-bottom: 50px;
    max-width: 560px!important;
}

#form-message {
    padding-top: 20px;
}

.forgot-password-wrapper {
    justify-content: center!important;
}

.content-wrapper {
    justify-content: center;
}

.password-visibility-toggle {
    top: 38px;
}

.back-to-app {
    margin-top: 20px;
    display: block;
    max-width: 560px;
    width: 100%;
}

#backToApplication:before,
.back-to-app:before,
#back-to-login-link:before {
    content: "«";
    padding-right: 2px;
}

header {
    height: 86px;
    border-bottom: none;
    padding: 0;
}

:where(body.z-brand-theme-2024-zooplus) header {
    background-color: var(--pp-color-surface-action-primary-default);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-image: url('data:image/svg+xml,<svg width="1280" height="87" viewBox="0 0 1280 87" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M733.037 86.0507C785.022 63.1436 833.965 34.1008 879.675 0H637.396C603.639 10.9782 569.046 19.1167 533.807 24.2636C470.312 31.8443 406.209 31.2612 342.752 23.4776C304.99 18.0265 267.696 10.0781 230.974 0H0.000200272L0 33.874C40.0445 53.5911 81.1434 71.092 123.112 86.0507H733.037Z" fill="%23144700"/><path d="M1228.97 0.0507812C1245.61 18.0646 1262.61 35.7489 1280 53.0275V0.0507812H1228.97Z" fill="%23144700"/></svg>');
}

:where(body.z-brand-theme-2024-bitiba) header {
    background-color: #ffda00;
}

.icon--show-password {
    position: static;
}

.registration-button-and-tc{
    padding: 0;
}

#primary-btn {
    margin-top: 10px;
}