body{
    font-family: Oswald, sans-serif !important;
}

body.search-page{
    vertical-align: middle;
    background-color: #f5f5f5;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset ;
}

.search-box{
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.search-logo{
    text-align: center;
    margin-bottom: 25px;
}

.search-box-body{
    box-sizing: border-box;
    background: #fff;
    padding: 40px;
    border-top: 0;
    color: #666;
    align-content: center;
    box-shadow: 3px 3px 10px #e5e5e5;
}

legend{
    color: #666;
}

.btn.btn-primary{
    border: none;
    background-color: #27448c;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 22px;
    width: 100%;
}


.logo-img{
    display: inline-block;
}

.search-disclaimer{
    font-size: smaller;
    position: static;
    text-align: center;
    /*padding-top: 50px;*/
    padding-bottom: 60px;
}

footer.search-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #4d5054;
    height:55px;
    width: 100vw;
}

footer.search-footer>a.fill-section{
    display: block;
    height: 100%;
    width: 100%;
}

.search-footer-message{
    padding-top: 18px;
    color: #fff;
    text-transform: uppercase;
    font-size: 9pt;
    font-weight: 700;
    line-height: 55px;
    vertical-align: middle;
}

a, .btn-link{
    color: #9d2d6e;
}

a:hover, .btn-link:hover{
    color: #27448c;
    text-decoration: none;
}

.search-result-logo-img{
    padding-top: 50px;
}

.search-result-header {
    text-align: center;
}

.search-result-table{
    background-color: #fff;
}

.search-result-branch{
    color: #27448c;
    font-size: smaller;
}

.search-result-back{
    padding-bottom: 75px;
}

@media (-webkit-min-device-pixel-ratio: 0) {
    #footer_img{
        position: relative;
        top: -2px;
    }
}

@-moz-document url-prefix() {
    #footer_img{
        padding-top: 13px;
    }
}