.form-title {
    display: block;
    height: auto;
    overflow: hidden;
    line-height: 24px;
    font-weight: bold;
    color: #1a3761;
}

.form-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 36px;
    line-height: 20px;
    font-size: 16px;
    padding: 10px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    background: #ffffff;
    margin-top: 12px;
}

.contact-message {
    height: 69px;
}
