20 lines
235 B
CSS
20 lines
235 B
CSS
#password {
|
|
padding: 10px;
|
|
margin: 6px;
|
|
}
|
|
|
|
input[type='submit'] {
|
|
width: 45px;
|
|
height: 45px;
|
|
margin: 6px;
|
|
}
|
|
|
|
#body-login input[type='submit'] {
|
|
position: absolute;
|
|
top: 0;
|
|
border: none;
|
|
}
|
|
|
|
fieldset > p {
|
|
position: relative;
|
|
}
|