/**
 * Forgotten password
 * @author Marek Lisý
 * @copyright Rozečti.se 2013
 */

table {
    margin: 0px auto;
}

table th {
    text-align: right;
    padding-right: 30px;
}

input[type="text"] {
    margin-bottom: 0px;
}

input[type="submit"] {
    margin-top: 20px;
}

ul {
    list-style: none;
}