summaryrefslogtreecommitdiffstats
path: root/static/css/login.css
blob: 4b4dd1d97f47814100de8d74e0c86ed729a5f4e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.form-row label {
    float: left;
    width: 9em;
}

p.errornote {
    margin: 0;
    color:  #CC0000;
}

.errorlist {
    color: #CC0000;
}