Password authentication

This commit is contained in:
Abhiram
2022-11-30 14:52:38 +05:30
parent e4b541dc7f
commit b57b33189c
2 changed files with 157 additions and 9 deletions
+13
View File
@@ -278,4 +278,17 @@ body {
.conformPassword {
margin-top: 30px;
}
.error-warning{
font-weight:700 ;
color: white;
margin-right: 5px;
}
div#div_ValidationSummary {
background: #ce1717;
color: white;
}
.p-2{
padding: 5px;
}