/* add styling for forgot password link */
div.typo3-login-wrap .typo3-login-form div.form-group a.text-warning {
    color: #000000;
}

div.typo3-login-wrap .typo3-login-form div.form-group a.text-warning:hover {
    color: #000000
}

div.typo3-login-wrap .typo3-login-form div.form-group button.t3js-reset-password-submit {
    background-color: #e20337;
    border-color: rgba(0, 0, 0, .1);
}

div.typo3-login-wrap div.alert-success {
    background-color: #000000;
}

div.typo3-login-wrap div.alert-danger {
    background-color: #e20337;
}

div.typo3-login-wrap div.t3js-login-news-carousel div.item span.text-muted {
    display: none;
}

div.typo3-login-wrap div.login-copyright-wrap a.typo3-login-copyright-link img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
