#sub-form {
    text-align: center;
    height: 541px;
    width: 650px;
    padding: 40px
}

#sub-form form{
    text-align: left;
    width: 100%;
}

#sub-form input{
    margin-top: 6px;
    width: 100%;
    height: 24px;
    padding-bottom: 6px;
    margin-bottom: 18px;
    font-size: 13px;
    border: none;
    outline: none;
    border-bottom: 1px solid #363636;
}

#sub-form   input[type="checkbox"]{
    height: 14px;
    width: 14px;
    -webkit-appearance: none;
    appearance: none;
    background:  #E5E5E5;
    border: unset;
}

#sub-form  .starrequired{
    display: none;
}

#sub-form h3{
    font-size: 40px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 49px;
}