.logo-text-c {
    color: rgb(0, 0, 0);
    font-size: 2.6rem;
}

.login-box {
    width: 460px;
}

.footer {
    padding: 0.75rem 1.25rem;
    border-top: 0 solid rgba(0, 0, 0, .125);
}

.login-custom {
    align-items: center;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

.invalid-feedback-custom {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}