@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 100;
    src: local("Raleway"), url("https://fonts.gstatic.com/s/raleway/v9/IczWvq5y_Cwwv_rBjOtT0w.woff") format("woff");
}

/* General formatting */

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Raleway', sans-serif;
    line-height: 1.43;
    color: #333;
    background: #EEE;
}

.centered {
    text-align: center;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 20%;
    width: 400px;
    text-align: center;
}

#div_login {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0px;
    background-color: #fff;    
}

a {
    display: block;
    margin-top: 20px;
    color: #888;
}

.errmsg {
    color: #b00;
    font-weight: bold;
    margin-bottom: 10px;
}

td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

table {
    margin: auto;
}

#td_button {
    text-align: center;
}

#button {
    width: 100px;
}

#whitespace {
    height: 15px;
}