#login-error-message {
    margin-top: 1rem;
    text-align: center;
    color: red;
}

.deleted-text {
    text-decoration: line-through;
    color: #CCC;
}

a:hover {
    text-decoration: none !important;
}

