.mod-pasieka-login-container {
    width: 100%;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 20px;
}

.mod-pasieka-login-container * {
    box-sizing: border-box;
}

.p24-login-box, .p24-user-panel {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 20px 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.p24-field {
    margin-bottom: 12px;
}

.p24-input {
    width: 100% !important;
    padding: 10px 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    color: #333 !important;
    background: #fff !important;
    height: auto !important;
}

.p24-input:focus {
    border-color: #91a93d !important;
    outline: none !important;
    box-shadow: 0 0 5px rgba(145, 169, 61, 0.4) !important;
}

.p24-captcha {
    margin-bottom: 12px;
    transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -webkit-transform-origin: 0 0;
}

.p24-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none !important;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
    margin-bottom: 10px;
}

.p24-btn-green {
    background: #91a93d;
    color: #ffffff !important;
}
.p24-btn-green:hover {
    background: #6c7e2d;
}

.p24-btn-google {
    background: #131314;
    color: #ffffff !important;
}
.p24-btn-google:hover {
    background: #313134;
}

.p24-btn-apple {
    background: #ffffff;
    color: #000000 !important;
    border: 1px solid #000000;
}
.p24-btn-apple:hover {
    background: #f5f5f5;
}

.p24-btn-grey {
    background: #8d8d8d;
    color: #ffffff !important;
}
.p24-btn-grey:hover {
    background: #717171;
}

.p24-separator {
    text-align: center;
    border-bottom: 1px solid #ddd;
    line-height: 0.1em;
    margin: 15px 0 15px 0;
}
.p24-separator span {
    background: #fff;
    padding: 0 8px;
    color: #999;
    font-size: 12px;
}

.p24-links-bottom {
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
}
.p24-links-bottom a {
    color: #91a93d;
    text-decoration: underline;
}

.p24-alert-error {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;
}

.p24-welcome-txt {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    text-align: center;
}
.p24-user-name {
    font-size: 16px;
    font-weight: bold;
    color: #91a93d;
    margin-bottom: 15px;
    text-align: center;
}

.g-recaptcha {
    transform: scale(0.89);
    -webkit-transform: scale(0.89);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-bottom: -12px; /* niweluje pusty odstęp powstały po przeskalowaniu */
}

#t3-off-canvas .g-recaptcha,
.t3-off-canvas .g-recaptcha {
    transform: scale(0.75) !important;
    -webkit-transform: scale(0.75) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
    margin-bottom: -18px !important;
}