#captchaImage {
    user-select: none;
}


body {
    background: url('../background.jpg') no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0
}


.container {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 100%;
}


.footer {
    background: transparent !important;
    font-size: 0.9rem;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    pointer-events: none;
}