
.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #F1416C;
    padding-left: 0.25rem;
    font-weight: bold;
}
.form-control, .form-select{
    box-shadow: none;
}
.noresize{
resize: none;
}