.u-form .text-error{
    font-size: smaller;
    color: #ff0000;
    display: none
}
.u-form .text-error .active{
    display: block
}

.u-form-group {
    text-align: start;
    margin: 0 0 10px;
}

.validation-summary-errors li{
    color: #ff0000;
  font-size: smaller;
}

.inactive{
    display: none;
}

.u-svg-content {
    width: 100%;
    height: 100%;
}