19 lines
199 B
CSS
19 lines
199 B
CSS
#errormessage {
|
|
color: red;
|
|
font-weight: bold;
|
|
height: 12px;
|
|
}
|
|
|
|
#message {
|
|
font-weight: bold;
|
|
height: 12px;
|
|
}
|
|
|
|
label {
|
|
display: block;
|
|
}
|
|
|
|
#passwordform {
|
|
padding: 2rem;
|
|
}
|