#quote-lookup-form {
    max-width: 850px;
}

#quote-lookup-form h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
}

#quote-lookup-form h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 51px;
}

#quote-lookup-form .new-quote {
    font-size: 28px;
    font-weight: 400;
    line-height: 22px;
}

#quote-lookup-form .new-quote a {
    display: inline;
}

#quote-lookup-form .toggle-email, #quote-lookup-form .toggle-quote {
    font-size: 20px;
    cursor: pointer;
}

.formBox .btn-container .btn-primary {
    width: 100%;
}