.error {
    font-size: 14px;
    color: red;
}
.downdrop-text{
    color: rgb(16, 3, 3);
}
.form-floating textarea {
    min-height: 100px !important;
}

@media only screen and (max-width: 767px) {
    .downdrop-text{
        font-size: 14px ;
    }
  }