.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;
}