header.navbar
{
    background-color: #fff;
}

.form input.error {
    border: 1px dotted red;
}

.contact-title
{
    padding: 0;
    background-color: #BCE5E6;
    height: 370px;
}

.contact-title .container,
.contact-title .row
{
    height: 100%;
}

.contact-title h1
{
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.04em;
    color: #2E384D;
    margin-bottom: 70px;
    align-self: flex-end;
}

.form
{
    background-color: #F8FAFB;
    padding: 80px 0;
}

.form h2
{
    font-size: 32px;
    line-height: 37px;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    font-weight: 600;
}

.form .sub-title
{
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -0.01em;
    color: #2E384D;
    margin-bottom: 50px;
}

.form .label
{
    font-size: 12px;
    line-height: 150%;
    color: #2E384D;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.form .sub-label
{
    color: #BBBAB8;
}

.form .form-input
{
    margin-top: 3px;
    padding: 15px 30px;
    border: 1px solid #E9E9EC;
    border-radius: 4px;
    background-color: #fff;
    color: #A1AEB7;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.02em;
    width: 100%;
    margin-bottom: 30px;
    height: 50px;
}

.form .form-input::placeholder
{
    color: #A1AEB7;
}

.terms
{
    font-size: 14px;
    line-height: 180%;
    color: #8798AD;
    margin-top: 25px;
    margin-bottom: 50px;
}

.form .btn
{
    background-color: #0096D7;
    color: #fff;
    width: 290px;
    height: 60px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.02em;
    border-radius: 4px;
    border: 0;
    font-weight: 500;
}

@media (max-width: 425px)
{
    .navbar-brand img
    {
        height: 20px;
        position: relative;
        top: -2px;
    }
    
    .contact-title .row
    {
        height: 160px;
    }

    .navbar-brand
    {
        position: initial;
        padding: 15px 30px;
    }

    .contact-title
    {
        padding: 0;
        height: 160px;
    }

    .contact-title h1
    {
        font-size: 27px;
        line-height: 30px;
        letter-spacing: -0.03em;
        margin-bottom: 0;
        bottom: 40px;
        align-self: center;
    }

    .form
    {
        padding: 60px 0;
    }

    .form h2
    {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 24px;
        letter-spacing: -0.02em;
    }

    .form .sub-title
    {
        margin-bottom: 38px;
    }

    .terms
    {
        margin-top: 12px;
        margin-bottom: 40px;
    }

    .form .btn
    {
        width: 100%;
    }
}
