body {
    margin: 0;
    font-family: Arial, sans-serif;
    
}

header {
    background-color: #f8f9fa;
    text-align: center;
    padding: 10px 0;
}

header img {
    max-width: 100%;
    max-height: 20vh;
}

footer {
    background-color: #343a40;
    color: white;
    text-align: center;
    padding: 10px 0;
}

footer a {
    color: #ffc107;
    text-decoration: none;
    margin: 0 10px;
    font-size: 1em;
}

footer a:hover {
    text-decoration: underline;
}

#omForm.omForm .omForm-page {
    border-color: transparent!important;
}

#omForm.omForm .omForm-hr {
    margin-bottom: 1rem !important;
    border-color: #0172ad !important;
}

#omForm.omForm .omForm-h1 {
    margin-bottom: 1rem!important;
    font-weight:700!important;
    font-size: 2rem!important;
    line-height: 1.125!important;
}

input, select, textarea {
    border-color: #cfd5e2!important;
    border: 0.0625rem solid #cfd5e2!important;
    border-radius: 0.25rem!important;
    outline: 0!important;
    background-color: #fbfcfc!important;
    box-shadow: none!important;
    font-weight: 400!important;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out!important;
}

input:not([type=checkbox],[type=radio],[type=range],[type=file]), select, textarea {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    padding: 0.75rem 1rem!important;
}


input, optgroup, select, textarea {
    margin: 0!important;
    font-size: 1rem!important;
    line-height: 1.5!important;
    font-family: inherit!important;
    letter-spacing: inherit!important;
}

.omForm .omForm-row {
    display: block!important;
}

#omForm .omInputText {
    line-height: 1.5!important;
    font-size: 1rem!important;
}


#omForm.omForm .omInputText {
    font-style: normal!important;
    height: auto!important;
    padding: 0.75rem 1rem!important;
    margin-bottom: 1rem !important;
    color: #646b79!important;
}

#omForm.omForm .omForm-item {
    margin-bottom: 0!important;
}

#omForm select.omInputText {
    outline: 0;
    background-color:none!important;
    box-shadow: none!important;
    color: #23262c!important;
    font-weight: 400!important;
}

#omForm button {
    background-color: #0172ad!important;
    color:#fff!important;
    font-weight: 400!important;
    font-size: 1rem!important;
    width: 100%!important;
}

.omForm .omForm-item_type-button {
    max-width: 100%!important;
}

#omForm .js-scope-prev {
    background-color: lightgrey!important;
    flex: 0 0 25%!important;
    max-width: 25%!important;
    float: left!important;
    padding: 0!important;
    margin-bottom: 15px!important;
    height: 40px!important;
}

#omForm .js-scope-next {
    flex: 0 0 125%!important;
    max-width: 125%!important;
    margin-bottom: 15px !important;
}

.tedContainer {
    max-width: 1000px;
    margin: auto;
    padding: 60px 10px;
}