header {
    margin-bottom: 40px;
}

.parsley-error {
    border: 1px solid #990033 !important;
}

.parsley-errors-list {
    color: #990033;
    list-style: none;
    padding: 0;
    font-size: 12px;
    margin: 5px 0 10px 0;
}

#opt-in {
    position: relative;
    float:left;
    margin-bottom:15px;
}
#label-single-opt-in {
    vertical-align: top;
    font-size: 12px;
    line-height: 19px;
    color: #666;
    position: relative;
    left: 35px;
    width: 90%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#single-opt-in {
    position: absolute;
    top: 0;
    left: 0;
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance:none;
    -ms-progress-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #b2d0e3;
    opacity: 1;
    padding:0px;
}
#single-opt-in:checked {
    background: #0065a2;
}
.button[disabled] {
    color: #ddd;
    background: #333;
    opacity: 0.3;
}