html, body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    color: #8c8c8c;
}
.atc-header-background {
    background:#ececec;
    height: 78px;
}
#atcui-navigation-container-wrapper {
    background: #012169;
    height: 34px;
    min-width: 990px;
}
.autotrader-logo {
    display:block;
    float:left;
    margin:10px 0px 0px 12px;
}
.body-content {
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin-top: 100px;
}
.atc-container {
    width: 960px;
    margin: 0 auto;
}
#contactform{
    margin-top: 40px;
}
#incidentid{
    margin-top: 40px;
}
#successmessage{
    margin-top: 40px;
}

.capatcha {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

@media (max-width: 600px) {
    .container {
        width: 100%;
        text-align: center;
    }
    .autotrader-logo {
        display:inline-block;
        float:none;
        margin:10px 0px 0px 12px;
    }
}