.eas-form .form-group{
    margin-bottom:0;
}

.eas-form .row:first-of-type{
    margin-bottom: 1rem;
}

.eas-submit-row{
    margin-top: 1rem;
}

.eas-form label{
    position: relative;
    display: inline-block;
    font-weight: 300;
    color: #000000;
    margin-bottom: 5px;
}

.eas-form h3{
    margin-bottom: 2.5rem;
    font-family: 'HPSimplified-Regular';
    font-size: 28px !important;
    letter-spacing: 0;
    font-weight: 400;
}

.eas-form input{
    font-family: "HPSimplified";
    font-size: 14px;
    border: 1px solid #999999;
    color: #999999;
    padding: 10px 10px 12px 10px;
    margin-bottom: .5rem;
    height: 46px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    width:100%;
}

.eas-form input:focus::placeholder {
    color: transparent;
}