h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #3A2D2D;
    text-transform: uppercase;
}


input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    font: 13px 'Source Sans Pro', sans-serif;
    color: #fff;
    margin: 0;
    width: 98%;
    max-width: 100%;
    display: block;
    background: #fff;
}

.button1, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #515151;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0;
    line-height: normal;
    padding: 6px 10px;
    font-family: 'Source Sans Pro', sans-serif;
}

label, legend {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.radio, .checkbox {
    min-height: 27px;
    padding-left: 20px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    font: 13px 'Source Sans Pro', sans-serif;
    color: #3A3A3A;
    margin: 0;
    width: 98%;
    max-width: 100%;
    display: block;
    background: #fff;
}