
.register {
    font-weight: 500px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.newUser {
    font-weight: 350px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.text-center {
    text-align: center;
}


.login {
    width: 808px;
    height: 625px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    transform: rotate(0deg);
    margin-bottom: 1em;
}

.lock {
    min-width: 120px;
    min-height: 120px;
    margin-top: 48px;
    background-size: contain;
    background-image: url(images/lock.png);
    background-repeat: no-repeat;
}

form {
    width: 100%;
}


a {
    color: #001391;
    text-decoration: none;
}

.distant {
    margin-bottom: 20px;
}

.oeration-module {
    margin-bottom: 10px;
}

.alert-hidden {
  display:none;
}

.text-color {
    color: #070E46;
}

.access {
    min-height: 32px;
    margin-top: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 20px;
}

/* LEGACY */

.legacy-margin-top-normal {
    margin-top: 1em;
}

.legacy-margin-top-big {
    margin-top: 1.5em;
}

.legacy-margin-right-small {
    margin-right: .5em;
}

.legacy-margin-right-normal {
    margin-right: 1em;
}

/* Media query para pantallas pequeñas (móviles) */
@media (max-width: 767px) {
  .login {
    width: 100%;
    max-width: 90vw;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
    .lock {
        width: 50vw;
        height: auto;
        max-width: 100px;
        aspect-ratio: 1 / 1;
        flex: none;
    }
}
