html, body {
    height: 100%;
    background-color: #FFFFFF;
}

#content {
    width: 800px;
    margin: auto;
    margin-top: 5%;
    position: relative;
}

#content input {
    height: 38px;
    width: 250px;
    margin: -10px 10px 10px 10px;
    font-size: large;
    border-radius: 5px;
}

#content button {
    height: 38px;
    width: 160px;
    font-size: large;
    border-radius: 5px;
    background-color: #3BAFFA;
    position: absolute;
    right: 5px;
}

#title {
    text-align: center;
    font-size: larger;
}

label {
    font-size: large;
    height: 38px;
    display: block;
    line-height: 38px;
}
