.login-content {
    font-family: 'orbitron', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: linear-gradient(45deg, #ffffff, #000000, #ffffff);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 110% 110%;
    background-position: 0% 100%;
    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    overflow-y: hidden;
}

#screen {
    background: transparent;
}

.login-content .l-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 0rem;
    margin-bottom: 0.2rem;
    
}

.login-content main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 65%;
    width: 100%;
}

.login-content .l-container .l-card {
    background: transparent;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 15px #fff4e3;
    min-width: 400px;
    max-width: 500px ;
    width: 100%;
    margin-bottom: 0 !important;
    border:1px solid #fff4e3;
    margin-top: 0 !important;
   
}

.login-content .l-container .l-card h2 {
    margin-top: 0;
    margin-bottom: 0.2rem;
    color: #fff4e3 !important;
    font-family: 'orbitron', sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
}

.login-content .l-container form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 1rem;
    width: 100%;
}

.login-left .l-container .l-card {
    display: block;      /* or remove this line entirely */
    width: 50% !important;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
    gap: 0;
}

.login-content .l-container label {
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #fff4e3 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    font-family: 'orbitron', sans-serif;
    text-shadow: 3px 2px 5px #000000;
}

.login-content .l-container input {
    font-family: 'orbitron', sans-serif;
    font-weight: bold;
    border: 1px solid #fff4e3;
}

.login-content .l-container #password {
    padding: 1rem;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    border-radius: 8px;
    width: 70%; /* or 100% for full width */
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: bold;
    font-size: 1rem;
    font-family: 'orbitron', sans-serif;
    border: 1px solid #fff4e3;
}

.login-content .l-container #email {
    padding: 1rem;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    border-radius: 8px;
    width: 70%; /* Adjust as needed */
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: bold;
    font-size: 1rem;
    font-family: 'orbitron', sans-serif;
    border: 1px solid #fff4e3;
}

.login-content .l-container #submit {
    margin-top: 1.5rem;
    padding: 1rem;
    background: linear-gradient(90deg, #000000, #fff4e3, #000000);
    color: #000000;
    border: 1px solid #fff4e3;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    width: 42%; /* or 100% for full width */
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    font-family: 'orbitron', sans-serif;
    animation: all 0.3s ease;
}

 .login-content .l-container #submit:hover {
    background: linear-gradient(90deg, #376cff, #fff4e3, #376cff);
    color: #000000;
    transform: scale(1.03);
}

.login-content h1 {
    text-align: center;
    color: #fff4e3 !important;
    margin-top: 3rem;
    font-size: 4rem;
    font-family: 'orbitron', sans-serif;
    display: flex;
    justify-content: center;
    text-shadow: 3px 2px 5px #000000;
}

.futur {
    font-size: 1.2rem;
    font-family: 'orbitron', sans-serif;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: transparent;
    padding: 0rem;
    border-radius: 10px;
    min-width: 300px;
    max-width: 400px;
    width: 100%;
    margin: 1rem auto;
    margin-top: 0;
    height: 350px;
     box-shadow: 0 2px 15px #fff4e3;
 border:1px solid #fff4e3;

}

.future {
    font-size: 1.2rem;
    font-family: 'orbitron', sans-serif;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: transparent;
    padding: 0rem;
    border-radius: 10px;
   
    min-width: 300px;
    max-width: 400px;
    width: 100%;
    margin: 1rem auto;
   
    margin-top: 0;
    height: 200px;
}

.futur a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    font-family: 'orbitron', sans-serif;
    padding: 1rem;
    background: linear-gradient(90deg, #000000, #fff4e3, #000000);
    color: #000000;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #fff4e3;
    margin-bottom: 0.8rem;
}

.futur a:hover {
    background: linear-gradient(90deg, #376cff, #fff4e3, #376cff);
    color: #000000;
    transform: scale(1.03);
}

.future a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    font-family: 'orbitron', sans-serif;
    padding: 1rem;
    background: linear-gradient(90deg, #000000, #fff4e3, #000000);
    color: #000000;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #fff4e3;
    margin-bottom: 0.8rem;
}

.future a:hover {
    background: linear-gradient(90deg, #376cff, #fff4e3, #376cff);
    color: #000000;
    transform: scale(1.03);
}




.login-content h2 {
    font-family: 'orbitron', sans-serif;
    font-weight: bold;
    color: #fff4e3 !important;
    text-align: center;
    font-size: 1.5rem;
    text-shadow: 3px 2px 5px #000000;
}

@keyframes lol {
    0% { text-shadow: 3px 2px 5px #376cff; }
    50% { text-shadow: 3px 2px 20px #aaa4c9; }
    100% { text-shadow: 3px 2px 5px #376cff; }
}

@keyframes pulse {
    0% { color: #0c0238; }
    50% { color: #fff4e3; }
    100% { color: #0c0238; }
}

@keyframes bg-move {
    0% {
        background-position: 0% 100%;
    }
    100% {
        background-position: 100% 0%;
    }
}

.login-content .login-btn {
    padding: 0.7rem 1.7rem;
    margin-top: 0.6rem;
    margin-left: 2.5rem;
    margin-right: 0;
    margin-bottom: 0;
    background: linear-gradient(90deg, #000000, #fff4e3, #000000);
    color: #000000;
    border:1px solid #fff4e3;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    width: auto;
    align-self: flex-start;
    font-size: 0.8rem;
    font-family: 'orbitron', sans-serif;
    animation: all 0.3s ease;
    text-decoration: none;
}

.login-content .login-btn:hover {
    background: linear-gradient(90deg, #376cff, #fff4e3, #376cff);
    color: #000000;
    transform: scale(1.03);
}

.login-content .fragment-link {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 0 !important;
    align-self: flex-start;
    text-align: left;
}

.login-content .login-btn {
    align-self: flex-start;
    display: inline-block;
}
 

.pass-content  {
    background: transparent;
    padding: 1rem;
    border-radius: 10px;
    min-width: 400px;
    max-width: 500px;
    width: 40%;
    margin-bottom: 2rem;
    margin-top: 1.4rem !important;
    border-left: 1px solid #fff4e3;
    height: 795px;
   

}



.login-flex {
    display: flex;
    width: 100% !important;
    min-height: 100%;
    justify-content: space-between;
    height: 100%;
}

.login-left {
    justify-content: flex-start;
    
}

.futur {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
}



.login-left {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
     /* or center, as you prefer */
    padding: 0; /* Remove side paddings if any */
    margin: 0;  /* Remove side margins if any */
    margin-top: 2.6rem !important;
}

.pass-content .l-container .futur img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 15px #fff4e3;
}

.pass-content .l-container .futur img:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.pass-content .l-container .l-card {
    background: transparent;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 15px #fff4e3;
    min-width: 400px;
    max-width: 500px;
    width: 100%;
    margin-bottom: 2rem;
    border:1px solid #fff4e3;
    margin-top: 1rem;
}

.pass-content .l-container .l-card h2 {
    margin-top: 0;
    margin-bottom: 0.2rem;
    color: #000000;
    font-family: 'orbitron', sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
}

.pass-content .l-container .l-card form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 1rem;
}

.pass-content .l-container .l-card label {
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    font-family: 'orbitron', sans-serif;
    text-shadow: 3px 2px 5px #000000;
}

.pass-content .l-container .l-card form input {
    font-family: 'orbitron', sans-serif;
    font-weight: bold;
    border: 1px solid #fff4e3;
    padding: 1rem;
    margin-bottom: 0.2rem !important;
    margin-top: 0.2rem !important;
    border-radius: 8px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: bold;
    font-size: 1rem;
    font-family: 'orbitron', sans-serif;
    border: 1px solid #fff4e3;
}


.pass-content .l-container .futur {
    background: url('../Images/vip2.png');
    background-size: cover;
    background-position: center;
    width: 400px !important;
    height: 350px;
   
}

.pass-content .l-container .futur h2 {
    color: #ffffff;
    text-shadow: 3px 2px 5px #000000;
    font-size: 2rem;
    font-family: 'orbitron', sans-serif;
    font-weight: bold;
    margin-top: 13rem;
    margin-bottom: 0.5rem !important;
}




.pass-content .l-container .l-card form button {
    margin-top: 1.5rem;
    padding: 1rem;
    background: linear-gradient(90deg, #000000, #fff4e3, #000000);
    color: #000000;
    border: 1px solid #fff4e3;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    width: 42%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    font-family: 'orbitron', sans-serif;
    animation: all 0.3s ease;
}

.pass-content .l-container .l-card form button:hover {
    background: linear-gradient(90deg, #376cff, #fff4e3, #376cff);
    color: #000000;
    transform: scale(1.03);
}

.pass-content h1 {
    text-align: center;
    color: #000000;
    margin-top: 3rem;
    font-size: 4rem;
    font-family: 'orbitron', sans-serif;
    display: flex;
    justify-content: center;
    text-shadow: 3px 2px 5px #000000;
}

.login-content .l-container {
    display: block;      /* or remove this line entirely */
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
    gap: 0;
}

.login-content .l-container .l-card {
    min-width: 0;
    max-width: 600px;    /* or whatever you prefer */
    width: 80%;         /* or auto */
    margin: 2rem auto; /* Adjust as needed */
}