﻿.authentication-wrapper {
    background-color: #031420; /* fondo oscuro como el de la imagen */
    color: white;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.nuvei-logo {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -2px;
    font-family: 'Segoe UI', sans-serif;
}

.nuvei-dot {
    color: #ff2d55;
    font-size: 4rem;
    position: relative;
    top: -0.5rem;
    left: 0.2rem;
}

.nuvei-text {
    margin-top: 1rem;
    font-size: 1.25rem;
}
