.frontend-login-title {
    margin-left: auto;
}

.frontend-m365-login,
.frontend-login-prompt {
    margin-bottom: 20px;
    text-align: center;
}

.frontend-login-message {
    display: none;
    margin-bottom: 10px;
    color: #c85555;
    font-size: 16px;
    text-align: center;
}

.frontend-login-submit {
    margin-top: 20px;
}

.frontend-navbar {
    background-color: #2262a4;
}

.frontend-navbar-spacer {
    padding-left: 40px;
    color: #e8e8e8;
    font-size: 24px;
}

.frontend-login-nav {
    margin-right: 30px;
}

.frontend-main {
    margin-top: 0;
}

.frontend-hero-inner {
    width: 93%;
    margin-right: auto;
    margin-left: auto;
}

.frontend-hero-title {
    margin-top: 25px;
    margin-left: 53px;
}

.frontend-school-name {
    margin-bottom: 40px;
    margin-left: 56px;
    font-size: 2.8rem;
    letter-spacing: 4px;
}

.frontend-product-name {
    float: right;
    margin-top: 10px;
    font-size: 2.3rem;
}

.frontend-product-name-muted {
    color: #d5d5d5;
}

.frontend-product-name-highlight {
    color: #a6c8ea;
}

.frontend-start-spacing--locked {
    margin-top: 0;
}

.frontend-start-spacing--open {
    margin-top: -20px;
}

.frontend-intro {
    text-align: center;
}

.frontend-start-spacing--locked .frontend-intro {
    margin-bottom: 0;
}

.frontend-start-spacing--open .frontend-intro {
    margin-bottom: -20px;
}

.frontend-intro-title {
    margin-bottom: 40px;
    text-align: center;
}

.frontend-edit-row {
    margin-top: 40px;
}

.frontend-edit-hint {
    margin-top: 15px;
    margin-bottom: -40px;
    font-size: 1.2rem;
    text-align: center;
}

.frontend-start-content {
    margin-top: 50px;
}

.frontend-start-actions {
    margin-bottom: 40px;
    text-align: center;
}

.frontend-flash-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.frontend-login-required-wrapper {
    display: flex;
    justify-content: center;
}

.frontend-login-required {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
}

.frontend-login-required-alert {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    color: #fff;
    font-size: 1.25rem;
    background-color: #5d9cf9;
}

.frontend-login-required-action {
    margin-top: 60px;
}

.frontend-kachel-wrapper {
    margin-top: -80px;
}

.frontend-footer-link {
    color: #447ab3;
}

.frontend-page-heading-row {
    margin-top: 20px;
}

.frontend-raster-title {
    margin-top: 30px;
    text-align: center;
}

.registration-navbar {
    background-color: #1565b9;
}

.registration-brand {
    color: #e8e8e8;
    font-size: 1.5rem;
}

.registration-brand-highlight {
    color: #b7daff;
}

.registration-school-name {
    color: #e8e8e8;
    font-size: 1.8rem;
}

.registration-back-item {
    margin-right: 10px;
}

.registration-heading,
.registration-subheading {
    margin-bottom: 20px;
}

.registration-validation {
    display: flex;
    justify-content: center;
    width: 60%;
}

#benutzer,
#passwort,
#passwort2 {
    background-color: #fff;
}

#benutzer:-webkit-autofill,
#passwort:-webkit-autofill,
#passwort2:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #212529;
}

.password-quality {
    margin: 0.35rem auto 0.75rem;
}

.password-quality__bar {
    height: 0.55rem;
    overflow: hidden;
    background-color: #e9ecef;
    border-radius: 0.35rem;
}

.password-quality__fill {
    width: 0;
    height: 100%;
    background-color: #adb5bd;
    transition: width 0.2s ease, background-color 0.2s ease;
}

.password-quality__hint {
    margin-top: 0.35rem;
    color: #6c757d;
    font-size: 0.9rem;
}
