.typo3-login-container .card-login {
    background: rgba(96, 94, 94, 0.4);
}

.typo3-login-container .card-login .typo3-login-logo img {
    max-width: 150px;
}

.typo3-login .btn-login:hover {
    box-shadow: inset 0 0 100px rgba(0,0,0,.125);
}

.typo3-login-form h2,
.typo3-login-form p,
.typo3-login-copyright-text {
   color: var(--typo3-text-color-base)
}

@media (min-width: 768px) {
    .typo3-login .typo3-login-footnote {
        bottom: 5em;
    }
}
