.login_btn {
    text-align: center;
    width: 12em;
}

table.loginTable {
    margin-left: 2em;
}

table.loginTable th {
    text-align : left;
}

table.loginTable td {
    text-align : left;
}

input[type='button'].loginBtn {
    font-weight : bold;
    font-size   : 1em;
    padding     : 5px;
    width       : 12em;
}

button.memberLogBtn {
    margin-left : 1em;
    margin-right: 1em;
    width       : 10em;
}
