body {
    font-family: verdana;
}

h1 {
    text-align: center;
    padding-top: 5%;
    font-family: georgia;
    letter-spacing:2px;
}

div#login {
    margin: auto;
/*    border: 1px solid black;*/
    width: 350px;
    text-align: center;
}

span {
    color: red;
    font-weight: bold;
    margin-bottom: 30px;
}

form {
    margin-top: 30px;
}

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

div#foot {
    margin-top: 15%;
    font-size: 70%;
    text-align: center;
}

div#foot a {
    color: black;
    text-decoration: none;
}

div#foot a:hover {
    text-decoration: underline;
}
