11 lines
142 B
CSS
11 lines
142 B
CSS
#head {
|
|
height:160px;
|
|
line-height: 160px;
|
|
font-size:200%;
|
|
}
|
|
#loginForm{
|
|
width:600px;
|
|
}
|
|
#invalidCredentials {
|
|
color: red;
|
|
} |