.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #495057;
    text-align: center;
    padding: 10px;
    font-size: 17px;
}

.auth {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.auth .card {
    border-radius: 0;
    border: 1px solid var(--dark-blue-85);
    width: 550px;
    text-align: center;
    color: var(--dark-blue) !important;
}

.auth .card-body {
    background: var(--gray);
}

.oryenceLoginLogo {
    width: 296px;
    height: 296px;
}
