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-06-13 18:38:42 +04:00
|
|
|
fieldset > p {
|
|
|
|
position: relative;
|
2017-01-22 18:38:07 +03:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2014-06-13 18:38:42 +04:00
|
|
|
}
|