//out: validate.min.css,sourcemap:false,compress:true

textarea, input, select {
    &.error {
        border:1px solid #F74E4F !important;
        box-shadow: 0px 0px 2px #F74E4F !important;
    }
}
span {
    &.error {
        font-weight: bold;
        color: #ff0000;
    }
}
