input.form-text, input.form-email, input.form-tel, input.form-number, .form-textarea, .form-select, .form-url {
    padding: .3rem;
    line-height: 44px;
    height: 44px;
    max-width: 100%;
    border-color: transparent;
    margin: 1px;
}

form .description {
    font-size: .9rem;
    color: #a19f9f;
}

.form-item {
    margin-bottom: 1.5rem;
}

.form-item label{
    display: block;
    font-size: .9rem;
    color: #000000;
}

.form-checkbox + label{
    display: inline;
}

.form-textarea {
    height: auto;
    max-height: 400px;
    overflow: hidden;
    max-width: 100%;
}

.form-submit {
    font-size: 1.1rem;
    padding: 0 2.5rem;
    height: 46px;
    line-height: 46px;
}

.node-message-light-form textarea {
    height: 80px;
    width: calc(100% - 100px);
}

.reset-btn .icon-paper-plane-o::before{
    content: "\f00d";
}

.preview-btn .icon-paper-plane-o::before{
    content: "\f06e";
}

.form-textarea-wrapper .counter {
    font-size: .9rem;
    color: #969393;
}
@media screen and (min-width: 992px) {
    .form--inline {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .form--inline .form-item{
        margin: .5rem 1rem .5rem 0;
        display: flex;
        align-items: center;
        border: solid 1px #8325e5;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    .form--inline label {
        line-height: 44px;
        height: 44px;
        padding: 0 .6rem;
    }

}
