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

.login-box {
    margin-top: -40px;
    width: 460px;
}

.login-custom {
    align-items: center;
    background-color: #F4F3FA;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    background: linear-gradient(
        180deg,
        #FBE9D9 45%,
        #E9E8F4 70%
    );
    background-attachment: fixed;
}

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

#version_number{
    font-weight:300;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f8f9fa;
    padding: 0.75rem 0;
    font-size: 0.85rem;
    text-align: center;
    box-shadow: 0 -2px 6px rgba(0,0,0,.05);
}

.company-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 0.25rem;
}

.company-logo img {
    height: 42px;
    width: auto;
}

.copyright {
    white-space: nowrap;
    color: #555;
}

.privacy a {
    color: #007bff;
    text-decoration: none;
}
.privacy a:hover {
    text-decoration: underline;
}