* {
    margin: 0;
    padding: 0;
}
body {
    padding: 10px 0;
}
hr {
    height: 2px;
    border: none;
    border-top: solid 1px #aaa;
}
a {
    text-decoration: none;
}
#login-head {
    text-align: center;
    margin: 10px auto;
    font-size: large;
    letter-spacing: 2px;
}
#login-form {
    border-radius: 30px;
    width: 50%;
    max-width: 600px;
    text-align: center;
    position: relative;
    padding: 5%;
    margin: 50px auto;
}
#info {
    height: 30px;
    text-align: center;
    margin: 10px 0;
    font-size: small;
}
#login-form input {
    height: 35px;
    width: 30%;
    padding: 0 10px;
    border: none;
}
#go {
    margin-left: 20px;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    padding: 0;
    border: none;
}
#extra {
    margin-top: 20%;
}
#extra a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border: none;
    padding: 0 20px;
    font-weight: 600;
}
#footer {
    color: gray;
    font-size: small;
    text-align: center;
}
#footer a {
    color: gray;
    text-decoration: underline;
}