input, select, textarea{
    border: 1px solid var(--primary) !important;
}

input:focus, select:focus, textarea:focus {
    color: var(--info) !important;
    border: 1px solid var(--info) !important;
}

.msg-input{
    min-height: 22px;
    min-width: 22px;
}

option {
    color: var(--bs-body-color);
}

textarea {
    height: 250px;
}

@media screen and (min-width: 576px) { 

    textarea {
        height: 150px;
    }

}