﻿.find-header {
    background: #4a4a4a;
    margin: 0;
    padding: 0;
    border-top: 1px solid #7f7f7f;
    border-bottom: 2px solid #f99b08;
    font-size: 0;
}

.find-sub-header {
    background: #4a4a4a;
    height: 100px;
    padding-top: 32px;
    box-sizing: content-box;
}

    .find-sub-header .upper-row {
        float: none;
        margin: auto;
        height: 52px;
        background-size: contain;
        background-image: url(../images/risklogo-login.svg);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .find-sub-header .lower-row {
        float: none;
        text-align: center;
        /* margin-left: 16px; */
        margin-top: 10px;
        margin-bottom: 16px;
        font-size: 19px;
        line-height: 1.3;
        color: #cccccc;
        -webkit-font-smoothing: antialiased;
    }
