.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .form-field:first-child {
    margin-top: 0;
}

.contact-form .form-field:last-child {
    margin-top: 16px;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #000;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.contact-form .input-text:focus {
    outline: none;
    border-color: #a6956a;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #888;
    cursor: text;
    transition: transform 0.2s ease-in-out;
}

.contact-form .textarea-contact {
    height: 200px;
    resize: none;
}

.form-field-textarea label {
    top: 0;
}

.contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
}

.note {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-family: Lusitana, serif;
    font-size: 16px;
    line-height: 21px;
}

.note .link {
    color: #888;
    text-decoration: none;
}

.note .link:hover {
    text-decoration: underline;
}

.contact-form .checkbox-field {
    text-align: left;
    margin-bottom: 25px;
}

.contact-form .checkbox-field-inner {
    background: #f8f8f8;
    border-left: 4px solid #002c34;
    padding: 15px 30px;
}

.contact-form .checkbox-field:first-of-type {
    margin-bottom: 0;
}

.contact-form .checkbox-title {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.contact-form .checkbox-label {
    display: block;
    font-size: 14px;
    color: #777;
    margin-bottom: 6px;
    line-height: 1.3;
}

.contact-form .checkbox-label input {
    margin-right: 6px;
}
