.section {
    padding: 4rem 2rem;
}

.section .error {
    font-size: 150px;
    color: #17411E;
    text-shadow: 1px 1px 1px #0f2a14, 2px 2px 1px #0f2a14, 3px 3px 1px #0f2a14, 4px 4px 1px #0f2a14, 5px 5px 1px #0f2a14, 6px 6px 1px #0f2a14, 7px 7px 1px #0e2612, 8px 8px 1px #0f2a14, 25px 25px 8px rgba(0, 0, 0, 0.2);
}

.page {
    margin-top: 10rem;
    font-size: 20px;
    font-weight: 600;
    color: #444;
}

.back-home {
    display: inline-block;
    border: 2px solid #222;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.75rem 1rem 0.6rem;
    transition: all 0.2s linear;
    box-shadow: 0 15px 15px -11px rgba(0, 0, 0, 0.4);
    background: #222;
    border-radius: 6px;
}

.back-home:hover {
    background: #222;
    color: #ddd;
}




.captcha-container {
    margin-bottom: 20px;
}

.captcha-content {
    display: flex;
    background: #e1e1e1;
    align-items: center;
    width: 100px;
    padding-left: 10px;
}

.captcha-text {
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
    padding-left: 4px;

}

.captcha-input {
    width: 150px;
    padding: 6px 12px;
    font-size: 16px;
    margin-left: 5px;
    border: 1px solid #e1e1e1;

}

#captchaInput:focus-visible {
    outline: none !important
}

.error {
    color: red;
    font-size: 14px;
    display: none;

}

.captcha-container label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: 0.8em;
}