.container {}

/* Card styling for validation errors */
.error-card {
    border: 1px solid #dc3545;
    background-color: #f8d7da;
    padding: 1rem;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.error-card ul {
    margin: 0;
    padding-left: 1.25rem;
    color: #842029;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error-card li {
    list-style-type: disc;
}

h2 {
    margin-top: 50px;
}

.submit-button {
    margin-top: 50px;

}

.captcha {
    margin-top: 50px;
    margin-bottom: 1rem;
}