body {
    background-size: cover;
}

.top-bar {
    padding-left: 8%;
}

.logo-container {
    margin-top: 1em;
}

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

.btn-primary.auth-button {
    background-color: #3AD29C;
    border: none;
}

.btn-primary.auth-button:hover,
.btn-primary.auth-button:not(:disabled):not(.disabled):active {
    background-color: #00A06E;
    border-color: #00A06E;
}

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

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

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

#auth {
    background: url("../kiwi/2-nd-layer.svg") no-repeat 100% top;
    background-size: 30% auto;
}
.narrow-form {
    border-top: 0.5em solid #3AD29C;
}

.g-button {
    background-color: #D9E6EB;
}

body {
    background: url("../img/images-home-hero.jpg") no-repeat top center #090d10;
    background-size: 100% auto;
}

h1 {
    color: #3AD29C;
}

footer {
    background: #D9E6EB;
    height: 50vh;
    margin-top: -20em;
    margin-left: -15px;
    margin-right: -15px;
}

#auth {
    color: #94A4AC;
}

#lost-password-link, #request-support-link {
    color: #94A4AC !important;
}

.narrow-form .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 210, 80, 0.25);
}
