body {
    color: #333333;
}

.form-control::placeholder {
    color: #777777;
}

.captcha {
    float: left;
}

.captcha-box {
    padding: 0.5em;
}

.captcha-box input {
    display: inline-block;
    width: 10em;
    margin-left: 0.5em;
}

.bg-dark {
    background-color: #dfdfdf !important;
}

.card-img-top {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.logo {
    margin: 5px;
    height: 50px;
}

.testo-item {
    cursor: pointer;
    margin: 0;
    padding: 1em;
}

.testo-item:hover {
    background-color: #eeeeee;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .7) !important;
}

#CookielawBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .7) !important;
}