.bg-login-image {
    background: url("../../images/logo.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
}

.error {
    font-size: 1rem;
    color: red;
    width: 100%;
}

.admin-login-flash {
    color: red;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.centered-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
}

.centered-link:hover {
    text-decoration: none;
}

.centered-link i {
    margin-right: 8px;
}