.login-container {
    max-width: 400px; /* Set a maximum width for the form */
    margin: 0 auto; /* Center the form */
}

.captcha-box {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    color: #495057;
    background-color: #e9ecef;
    padding: 10px;
    border-radius: 5px;
    user-select: none; /* Disable text selection */
}