.login .login-header {
    position: relative;
    z-index: 1000;
    min-height: 100px;
}

.login .image {
    max-height: 85px;
    object-fit: cover;
}

.borde-oscuro {
    background-color: #00000096;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
}

.navigation-links {
    display: contents;
}

.login .background-shadow-2 {
    font-family: var(--semantic-link-font-family);
    font-weight: var(--semantic-link-font-weight);
    color: #5dd6ff;
    font-size: var(--semantic-link-font-size);
    letter-spacing: var(--semantic-link-letter-spacing);
    line-height: var(--semantic-link-line-height);
    white-space: nowrap;
    font-style: var(--semantic-link-font-style);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 12px;
    background: transparent;
    height: 100%;
}

.login .background-shadow-3 {
    font-family: var(--semantic-link-font-family);
    font-weight: var(--semantic-link-font-weight);
    color: #5dd6ff;
    font-size: var(--semantic-link-font-size);
    letter-spacing: var(--semantic-link-letter-spacing);
    line-height: var(--semantic-link-line-height);
    white-space: nowrap;
    font-style: var(--semantic-link-font-style);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 12px;
    background: transparent;
    height: 100%;
}

.line {
    position: absolute;
    top: 70px;
    border: none;
    height: 1px;
    background: url("/img/Sep/line-1.svg") no-repeat;
    background-size: cover;
}

.login .line {
    width: 94%;
    height: 1px;
    object-fit: cover;
}

