/* This stylesheet is used to add styles that's custom for helfo */
.form-submit {
    margin-top: 1rem;
    color: #fff;
    background-color: #003057;
    padding: 0.75rem 1rem;
    border: 2px solid transparent;
    border-radius: 2rem;
    cursor: pointer;
    font-size: calc(1rem * 1);
    line-height: calc(1rem * 1);
}
.form-submit:hover {
    background-color: transparent;
    border: 2px solid #003057;
    color: #003057;
}
