body {
    font-size: 14px;
}

@media screen and (min-width: 767px) {
    .contact-form fieldset {
        padding-left: 50px;
    }
    h3.contact-form-header {
        padding-left: 370px;
    }
    .contact-form form > .control-group {
        padding-left: 375px;
    }
}

@media screen and (max-width: 767px) {
    
    .header-right[class*=' col-'] {
        position: fixed;
        right: 35px;
        top: 35px;
    }
}