/**********************************************************
*    IncludeMe Tools
*    IncludeMe-contact-form-module-css V3.2.0
*    copyright 2025, Hyssop Production
*    https://www.hyssop.com/
**********************************************************/
.form-cont label {
    display: block;
}

.form-cont input, .form-cont textarea {
    width: 100%;
}

.form-cont input[type=submit], .form-cont input[type=reset] {
    width: unset;
}

.form-cont input[type=submit], .form-cont input[type=reset], .form-cont button, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    /*color: var(--primary);*/
    /*background-color: var(--teriary);*/
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #8f8f9d;
    border-radius: 4px;
}

.form-cont .form-error {
    color: #ff0000;
}

/*mobile (BS-md-breakpoint)--------------------------------------------------------------------------------------*/
@media all and (min-width: 768px) {
}

/*mobile (BS-sm-breakpoint)--------------------------------------------------------------------------------------*/
@media all and (min-width: 576px) {
}