.error {
    outline: none; 
    border-color: #660000 !important;
    box-shadow: 0 0 4px #660000 !important;
}
.valid {
    color:green;
}