18 lines
225 B
CSS
18 lines
225 B
CSS
#head {
|
|
height:160px;
|
|
line-height: 160px;
|
|
font-size:200%;
|
|
}
|
|
#loginForm{
|
|
width:510px;
|
|
}
|
|
#invalidCredentials {
|
|
color: red;
|
|
}
|
|
input {
|
|
margin-left:150px;
|
|
width:250px;
|
|
}
|
|
label {
|
|
position:absolute;
|
|
} |