2013-10-07 19:38:27 +04:00
|
|
|
#password {
|
|
|
|
padding: 10px;
|
|
|
|
margin: 6px;
|
|
|
|
}
|
|
|
|
|
2014-01-23 17:04:13 +04:00
|
|
|
input[type='submit'] {
|
2013-10-07 19:38:27 +04:00
|
|
|
width: 45px;
|
|
|
|
height: 45px;
|
|
|
|
margin: 6px;
|
|
|
|
}
|
|
|
|
|
2014-01-23 17:04:13 +04:00
|
|
|
#body-login input[type='submit'] {
|
2013-10-07 19:38:27 +04:00
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
}
|
2014-06-13 18:38:42 +04:00
|
|
|
|
|
|
|
fieldset > p {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#password-icon {
|
|
|
|
top: 20px;
|
|
|
|
}
|