ba8a9a9cd2
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
16 lines
190 B
CSS
16 lines
190 B
CSS
#password {
|
|
padding: 10px;
|
|
margin: 6px;
|
|
}
|
|
|
|
input[type='submit'] {
|
|
width: 45px;
|
|
height: 45px;
|
|
margin: 6px;
|
|
}
|
|
|
|
fieldset > p {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|