form[name=affairs_frontend] {
    width: 100%
}

.row-form-bold ul {
    font-weight: bold;
}

.row-with-form-errors ul {
    color: red;
    font-weight: bold;
}
.row-navbar {
    width: 100%
}

.navbar-brand {
   height: 100%
}

.navbar-brand-img {
    height: 100%
}

.langSwitch-ch {
    padding: 18px
}

.langSwitch-ch .current_language {
    color: black!important;
}
.langSwitch-ch a {
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.masthead {
    background-color: #009453!important
}

.btn-primary {
    background-color: #009453!important
}

.bg-primary {
    background-color: #009453!important
}

a {
    color: #009453!important
}

.required-label {
    font-weight: bold;
}

.required-label:after {
    content: " *";
}

@media (min-width: 992px) {
    header.masthead h1 {
        font-size: 4em;
        line-height: 1em;
    }
}

@media (max-width: 570px) {
    html, body {
        overflow-x: hidden;
    }

    .masthead h1 {
        white-space: normal;
        word-break: break-word;
        font-size: 10vw !important;
    }
}

