body {
    background-size: cover;
    background-color: #00966C;
    color: white;
}

.grey-panel {
    padding: 20px 0;
}

.grey-panel .alert {
    max-width: 50%;
    margin: 0 auto auto;
}

.narrow-form {
    width: 30rem;
    margin: auto;
    vertical-align: middle;
    padding: 0;
    box-shadow: none;
    background-color: #00966C;
}

.narrow-form header h1 {
    display: none;
}

.narrow-form .submit-button {
    margin-top: 1em;
}

.narrow-form label {
    margin-bottom: .3rem;
}

.narrow-form + .row {
    width: 100%;
}

.forgot-password-page .narrow-form, .reset-password-page .narrow-form {
    padding-top: 5em;
}

.auth-button {
    background: linear-gradient(to bottom, #43B02A 0%, #43B02A 10%, #C4D600 90%, #C4D600 100%);
    border: none;
    border-radius: 3em;
}

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

a {
    color: #C4D600;
    text-decoration: underline;
}

a:hover {
    color: #C4D600;
    text-decoration: none;
}

#lost-password-link {
    display: inline-block;
    margin-top: 5px;
}

label {
    color: #FFF;
}

input.form-control, input.form-control:focus {
    border-color: #00966C;
    box-shadow: none;
}

.row {
    display: block;
}

.alert {
    margin: 30px;
    width: inherit;
}

.logo-container {
    background: #00966C;
    margin: 0 0 20px 0;
    width: 100% !important;
    text-align: center;
}

.small-logo {
    width: 70%;
    text-align: center;
}

#info {
    width: 30em;
    margin: auto;
    text-align: center;
}

#info .documentation-link {
    display: inline-block;
    margin: 20px 0;
}

#info p {
    text-align: left;
    font-size: 14px;
    color: #C4D600;
    border: 2px solid #C4D600;
    border-radius: 16px;
    padding: 20px;
}

#footer-links {
    text-align: center;
    margin-top: 100px;
}

#footer-links a, #footer-links a:hover {
    color: white;
}

.error {
    color: white;
    background-color: red;
}

.success {
    color: white;
    background-color: green;
}

h1 {
    font-size: 24px;
    margin-bottom: 1em;
    text-align: center;
}

.qr-code {
    width:250px;
    height:250px;
}