﻿body {
    background-color: #2c6e49;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px;
}
.auth-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    width: 100%;
    max-width: 400px;
}
.btn-agro { background-color: #2c6e49; color: white; border: none; }
.btn-agro:hover { background-color: #1e4a32; color: white; }
.logo-text { color: #2c6e49; font-weight: bold; font-size: 2rem; text-align: center; margin-bottom: 20px; }
.visually-hidden-honey {
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}