html * {
    font-family: Arial, sans-serif;
}

html, body {
    height: 100%;
}

@media screen and (min-width: 468px) {
    .form-wrapper {
        width: 450px;
    }
}

@media screen and (max-width: 468px) {
    .form-wrapper {
        width: 95%;
    }
}

.form-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form {
    padding: 30px;
    background: rgba(240, 240, 240, 0.9);
    border: 2px solid white;
}

    .form input {
        border-color: rgb(159, 159, 159);
    }

        .form input::placeholder {
            color: grey;
            opacity: 1;
        }

.message.is-danger .message-body {
    border-color: rgb(237, 28, 36);
    font-size: 14px;
}

#help-section a {
    text-decoration: none;
    color: #296fa8!important;
}

#help-section a {
    text-decoration: none;
}

    #help-section a:is(:hover) {
        color: #368ace!important;
    }

#help-section .help-item {
    line-height: 1;
    background-color: rgb(240, 240, 240);
    text-decoration-color: #4a4a4a;
    margin-bottom: 3px;
    font-size: 14px;
}

    #help-section .help-item .message-body {
        line-height: 40px;
        padding: 0 12px 0 21px !important;
    }

.help-item span{
    color: black;
}

.help-item .icon {
    color: #9F9F9F;
}

#help-section .help-item:first-child {
    margin-top: 15px;
}

.footer {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #f0f0f0;
}

    .footer ul {
        list-style-type: none;
        margin-left: 0;
    }

footer .container article {
    font-size: 14px;
    width: 33.33%;
    min-width: 300px;
}

#news_list li {
    margin-top: 15px;
}
