*{
    font-family: 'Roboto', sans-serif;
}

#header  {
background: url('https://secure.activecarrot.com/media/dynamic/static_images/322/logo.png') center;
background-repeat: no-repeat;
background-size: 300px;
height: 150px;
margin-left: auto;
margin-right: auto;
padding-top:10px;
padding-bottom:10px;
width:989px;
}

#public_custom_content > img:nth-child(2) {
    width: 100%;
    height: 10px;
    
}

#prospect_register_form {
    margin-top: 20px;
}

.standard_form_wrapper.row {
    width: 500px;
    margin-left: auto;
   margin-right: auto;
  
}

.btn-primary {
    background: none;
    background-color: #f78c18;
    border: 0px;
    border-radius: 0px;
    background-position: 0 -15px;
    text-shadow: none;
}

.btn-primary:hover {
    color: #f78c18;
    border: 1px solid #f78c18;
    border-radius: 0px;
    background-color: #ffffff;
}

.btn-default {
    background: none;
    background-color: #f78c18;
    color: #ffffff;
    border: 0px;
    border-radius: 0px;
    background-position: 0 -15px;
    text-shadow: none;
}

.btn-default:hover {
    color: #f78c18;
    border: 1px solid #f78c18;
    border-radius: 0px;
    background-color: #ffffff;
}

.btn-danger {
    background: none;
    background-color: #d9534f;
    color: #ffffff;
    border: 0px;
    border-radius: 0px;
    background-position: 0 -15px;
    text-shadow: none;
}

.btn-danger:hover {
    color: #d9534f;
    border: 1px solid #d9534f;
    border-radius: 0px;
    background-color: #ffffff;
}