body {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #0a4471;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#logo {
    max-width: 350px;
    max-height: 125px;
    margin: 10px 0 30px 0;
}

#registerText {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.card-header:not(#consentSection.card-header) {
    background-color: #0C3C60;
    color: #fff;
}

.modal-header {
    background-color: #0C3C60;
    color: #fff;
    text-align: center;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

body input[type="button"]:not(.btn-secondary) {
    background-color: #0C3C60;
    color: #fff;
    border-radius: 0;
    letter-spacing: 0.1em;
    font-family: 'open sans', sans-serif !important;
}

body input[type="button"]:hover:not(.btn-secondary) {
    background-color: #fff;
    color: #0C3C60;
    border-radius: 0;
    letter-spacing: 0.1em;
    font-family: 'open sans', sans-serif !important;
}

body input[type="button"]:active:not(.btn-secondary) {
    background-color: #fff;
    color: #0C3C60;
    border-radius: 0;
    letter-spacing: 0.1em;
    font-family: 'open sans', sans-serif !important;
}

body input[type="button"]:focus:not(.btn-secondary) {
    background-color: #0C3C60;
    color: #fff;
    border-radius: 0;
    letter-spacing: 0.1em;
    font-family: 'open sans', sans-serif !important;
}

.sidenav {
    color: #fff;
    background-color: #0C3C60 !important;
}

.titleField {
    font-weight: bold;
}

.bar1, .bar2, .bar3 {
    background-color: #fff;
}

.form-check-input:checked {
    background-color: #308eca;
    border-color: #308eca;
}

.footer {
    color: #ffffff;
    background-color: #0C3C60;
    text-align: center;
    padding: 10px 0;
}

hr:not([size]) {
    height: 0; /* Set height to 0 to remove the line */
    border: none; /* Remove any borders */
}

.image-container {
    position: relative;
    width: 100%;
    height: auto;
}

.image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.image-text {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    font-weight: bolder;
    font-size: 2vw;
    color: white;
    text-align: left;
}

.card-header {
    background-color: #0C3C60 !important;
    color: #fff !important;
}
