:root {
    --primary-clr: #c61a27;
}

img.logo {
    display: block;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

form {
    margin-top: 20px;
}

form input {
    border-radius: 0;
    width: 90%;
}

form label {
    font-weight: bold;
}

form label[for="agree"] {
    display: inline;
    font-weight: normal;
}

.simple-captcha-text {
    max-width: 250px;
}

div.error input,
input.error {
    border: 1px solid var(--primary-clr);
}

input[type="checkbox"].error {
    outline: 2px solid var(--primary-clr);
}

form div.error {
    color: var(--primary-clr);
}

input[type="submit"] {
    background-color: var(--primary-clr);
    color: white;
    border-radius: 0;
}

input[type="submit"]:hover {
    background-color: var(--primary-clr);
    opacity: 0.7;
}

strong {
    font-size: 1.2em;
    font-weight: bolder;
}

a {
    text-decoration: underline !important;
    color: var(--primary-clr);
}

footer {
    display: flex;
    justify-content: space-around;
}
