contact information form validation

This commit is contained in:
soyed 2021-03-10 19:52:08 -05:00
parent 825e43a581
commit 00c5fa9b18
3 changed files with 153 additions and 50 deletions

View file

@ -271,6 +271,13 @@ input:valid+span:after {
padding-left: 5px;
}
.errorMsg {
color: red;
}
.accountLabel {
text-align: left;
}
/* Footer section */
@ -334,4 +341,4 @@ input[type=submit] {
input[type=submit]:hover {
background-color: #fa4664;
}
}