/*
# This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/.
# Copyright Esa Varemo 2014-2016
*/

.panel {
    width: 600px;
    margin: auto;
    margin-top: 200px;
}

table {
    width: 100%;
}

table tr td {
    padding: 5px 10px 5px 10px;
}

input {
    width: 100%;
}

#login_text {
    text-align: center;
}

#table_login_form tr td{
    padding-bottom: 16px;
}