2015-01-31 01:05:12 +00:00
|
|
|
|
|
|
|
#account
|
|
|
|
{
|
2015-02-08 15:38:38 +00:00
|
|
|
padding: 1em;
|
2015-01-31 01:05:12 +00:00
|
|
|
}
|
|
|
|
#account .box
|
|
|
|
{
|
|
|
|
max-width: 40em;
|
|
|
|
}
|
|
|
|
#account div.form
|
|
|
|
{
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 25em;
|
2015-02-08 15:38:38 +00:00
|
|
|
padding: 2em;
|
2015-01-31 01:05:12 +00:00
|
|
|
}
|
|
|
|
div.form-group
|
|
|
|
{
|
|
|
|
padding: 0.4em;
|
|
|
|
}
|
|
|
|
div.form-group label
|
|
|
|
{
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
div.form-group input[type=text],
|
|
|
|
div.form-group input[type=password]
|
|
|
|
{
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
div.form-group input[type=password]
|
|
|
|
{
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|