input.form-text, input.form-email, input.form-tel, input.form-number, .form-textarea, .form-select, .form-url {
    padding: .3rem;
    border: solid 2px #8325e5;
    margin-top: .5rem;
    margin-bottom: .5rem;
    background-color: #eeeeee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
    height: 40px;
    max-width: 100%;
}

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: .5rem 2.5rem;
}

.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;
}