body {
    padding-top: 60px;
    font-family:Sans-serif;
}
.headerinfo {
    color: #282828;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-family: Sans-serif;
  font-weight: bold;
}
.borderright{
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #022637;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
}
.header {
    background-color: #FFF;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow:1.414px 1.414px 5.5px rgba(221, 221, 221, .55);
    border-top:5px groove #126EBA;
}
.header .container {
    display: flex;
    justify-content: center;
}
.header-logo {
    max-width: 200px;
}
.footer {
    background-color: #092545;
    padding: 20px 0;
    color: white;
}
.footer .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-info{
    text-align:center;
}
.form-label{
    font-weight:bold;
}
.btn-submit{
    font-family: calibri, sans-serif;
    min-width: auto;
    width: auto;
    border-radius: 36px;
    text-transform: uppercase;
    color: #fff !important;
    font-weight:700;
    justify-content: center;
    box-shadow: 6px 8px 18px -6px #6f6e6ebd;
    background-color:#f98333;
}
.btn-submit:hover, .btn-submit:active, .btn.active, .btn:focus-visible{
    background-color:#e28b51 !important;
}
#scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1000;
    padding:0px;
}
#scrollToTop img {
    width: 40px;
    height: auto;
    background: #126ebb;
    border: 0px solid transparent;
    border-radius: 50%;
}
.grecaptcha-badge{
    bottom:70px !important;
}

@media (max-width: 768px) {
    .custom-margin {
        margin-bottom: 1rem !important
    }
}