.elementor-446 .elementor-element.elementor-element-340ee3f{--display:flex;--min-height:50vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:stretch;--padding-top:100px;--padding-bottom:100px;--padding-left:40px;--padding-right:40px;}@media(min-width:768px){.elementor-446 .elementor-element.elementor-element-340ee3f{--content-width:600px;}}@media(max-width:1024px){.elementor-446 .elementor-element.elementor-element-340ee3f{--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}@media(max-width:767px){.elementor-446 .elementor-element.elementor-element-340ee3f{--padding-top:80px;--padding-bottom:080px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for container, class: .elementor-element-340ee3f *//* Pola tekstowe - wykluczamy checkbox */
.elementor-446 .elementor-element.elementor-element-340ee3f .tml input[type="text"],
.elementor-446 .elementor-element.elementor-element-340ee3f .tml input[type="email"],
.elementor-446 .elementor-element.elementor-element-340ee3f .tml input[type="password"] {
    width: 100% !important;
    padding: 12px 15px !important;
    border: 1px solid #ccc !important;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

/* Stylizacja kontenera Zapamiętaj mnie */
.elementor-446 .elementor-element.elementor-element-340ee3f .tml-rememberme-wrap {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 10px;
    margin-bottom: 20px;
    text-align: left;
}

/* Sam checkbox - przywracamy naturalną szerokość */
.elementor-446 .elementor-element.elementor-element-340ee3f .tml input[type="checkbox"] {
    width: auto !important;
    margin: 0 !important;
    cursor: pointer;
}

/* Etykieta Zapamiętaj mnie */
.elementor-446 .elementor-element.elementor-element-340ee3f .tml-rememberme-wrap label {
    margin: 0 !important;
    cursor: pointer;
    font-size: 14px;
}

/* Złoty focus */
.elementor-446 .elementor-element.elementor-element-340ee3f .tml input:focus {
    border-color: #91765A !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(145, 118, 90, 0.2) !important;
}

/* Złoty przycisk */
.elementor-446 .elementor-element.elementor-element-340ee3f .tml-button {
    background-color: #91765A !important;
    color: #ffffff !important;
    width: 100% !important;
    padding: 16px !important;
    border: none !important;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

/* Linki pod formularzem (lewa strona, złote) */
.elementor-446 .elementor-element.elementor-element-340ee3f ul.tml-links {
    list-style: none !important;
    padding: 0 !important;
    margin-top: 25px !important;
    text-align: left !important;
}

.elementor-446 .elementor-element.elementor-element-340ee3f ul.tml-links li a {
    color: #91765A !important;
    text-decoration: none !important;
    font-weight: bold;
}


.tml-message {
    border-left: 4px solid #91765A !important;
}/* End custom CSS */
/* Start custom CSS *//* 1. Fundament - to co ustaliliśmy */
html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

/* 2. Naprawa matrioszki Elementora */
/* Celujemy w bezpośredniego rodzica Twojego kontenera */
.elementor-location-single {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 0 auto !important; /* To wypełnia przestrzeń */
}

/* 3. Twój kontener z klasą custom-login-container */
.custom-login-container {
    flex: 1 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important; /* Centruje formularz w pionie na całej stronie */
}

/* 4. Fix dla wewnętrznej struktury Elementora (e-con-inner) */
.custom-login-container > .e-con-inner {
    flex-grow: 1 !important;
    width: 100% !important;
}

/* 5. Stopka zostaje na dole */
footer {
    flex-shrink: 0 !important;
}/* End custom CSS */