Added top margin style for error messages

This commit is contained in:
M.Ravi 2017-06-06 05:24:39 +05:30
parent 949f47d124
commit 74c57a42db

View file

@ -874,3 +874,7 @@ a#forgotpassword {
.form-300{ .form-300{
width: 300px; width: 300px;
} }
.error-message-box{
margin-top: 20px;
}