body {
    background: url("../../img/Login.svg") no-repeat center top;
    background-size: 70%;
    height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.login-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 1.25rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    max-width: 380px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.login-card img.logo {
    max-width: 80px;
    margin-bottom: 1rem;
}

.form-control {
    border-radius: 0.75rem;
}

.form-floating > .form-control {
    padding-right: 3rem;
}

.password-toggle {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    cursor: pointer;
}

.footer-text {
    position: absolute;
    bottom: 1rem;
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    text-shadow: 0 0 3px #fff;
    padding: 0 10px;
}

.btn-morado {
    background-color: #6464ac;
    color: #fff;
    border: none;
    transition: background-color 0.3s ease;
}

.btn-morado:hover,
.btn-morado:focus {
    background-color: #4f4f94; 
    color: #fff;
}

.btn-morado:active {
    background-color: #3f3f7c;
}

.btn-outline-morado {
    background-color: transparent;
    color: #6464ac;
    border: 2px solid #6464ac;
}

.btn-outline-morado:hover {
    background-color: #6464ac;
    color: #fff;
}

.logo-combo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.logo-combo .logo-cat {
    max-height: 60px;
}

.logo-combo .logo-galaxy {
    max-height: 50px;
    margin-top: 4px;
}

.x-symbol {
    font-weight: 600;
    color: #6464ac;
}
