#logo{
    padding: 5em 0 5em 0;
}

input{
    width: 20em;
    text-align: center;
    font-size: 130% !important;
    line-height: 2em;
}

.buttons {
    width:20em;
    font-size: 130%;
    color: #ffffff;
    height: 2em;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}

#login_button {
    background: #FAB71F;
}

#forgot_password a:link { text-decoration: none; }