.invalid {
    border-color: #ea5341 !important;
}

.errorTooltip {
    position: absolute;
    background-color: #ea5341;
    border-radius: 0px;
    padding: 5px;
    right: 15px;
    margin-bottom: 4px;
    margin-top: -30px;
    z-index: 10;
    color: #FFFFFF;
    font-size: 11px;
}

.errorTooltip:after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 10px;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #ea5341 transparent;
    display: block;
    width: 0;
}