:root {
    --primary: #1b3458;
    --primary-hover: #192f50;
}




body {
    font-family: 'Open Sans', 'Roboto', sans-serif;
    overflow-x: hidden;
}

#header {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    padding: 18px 0;
    margin-bottom: 60px;
}
#header .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
#header #logo {
    width: 150px;
}




#content {
    margin-bottom: 10vh;
}




.ssl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    margin-bottom: 12px;
    user-select: none;
    pointer-events: none;
}
#footer {
    font-size: 0.8rem;
    margin-top: 20px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px 18px;
    background: white;
}
#footer .row .col {
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer a {
    color: #777;
    text-decoration: none;
    margin: 0 6px;
    transition: all 0.3s ease;
}
#footer a:hover {
    color: #393939;
}
@media (max-width: 576px) {

}



form .form-label {
    margin-bottom: 0;
    font-weight: 500
}
form .row {
    margin: 1em 0;
}
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 .2rem rgba(11, 69, 128, 0.09);
    border: 1px solid #ced4da;
}
.form-control {
    border-radius: 0;
}



.btn {
    border-radius: 0;
    padding: 12px 26px;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: 700;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a {
    color: var(--primary);
}
a:hover {
    color: var(--primary-hover);
}

.btn-primary,
.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-primary:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}



.translation {
    font-style: italic;
    /*font-weight: 300;*/
    opacity: 0.65;
    display: inline-block;
}
