body {
    background-size: cover;
}

.top-bar {
    justify-content: center;
}

.logo {
    width: auto;
    max-height: 120px;
}

.grey-panel {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
}

.auth-button {
    background: solid blue;
    border: none;
}

.submit-button {
    margin-top: 50px;
}

#lost-password-link, #request-support-link {
    font-size: smaller;
    font-weight: bold;
    color: blue;
}

#request-support-link {
    right: 0;
    position: absolute;
    padding-right: 15px;
}