.gb-container-login-header {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background-color: var(--accent-2);
    margin-top: -46px;
}

.gb-container-login-header::before {
    content: "";
    background-image: url(https://amlakniatous.com/wp-content/uploads/2026/02/ax2.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;       
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.2;
    pointer-events: none;
}

.gb-container-login-header > .gb-inside-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 30px 50px;
    position: relative;
    z-index: 1;
}

h1.gb-headline-login-title {
    color: var(--base-3);
    letter-spacing: 0em;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--accent);
    display: inline-block;
    margin: 100px 0 10px 0;
}
