body {
    background: linear-gradient(white, #722abe);
}

.btn-primary {
    background-color: #005AFF;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #0C64C9;
}

#login-logo {
    display: flex;
    justify-content: center;
}

.mw-50 {
    max-width: 50%;
    margin: 0 auto;
}

.login-container {
    background-color: rgba(255, 255, 255, 0.8); /* More opaque white background */
    border: 2px solid rgba(255, 255, 255, 0.9); /* Slightly more opaque border */
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    max-width: 700px; /* Adjust as needed */
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center children horizontally */
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.logo {
    max-width: 158px;
    height: auto; /* Adjust this value as needed */
}

.nokia-logo {
    margin-top: 20px;
}

.ventel-logo {
    margin-top: 10px;
    margin-left:5px;
}

.link-logo {
    width: 30px;
    height: 30px;
    margin-top: 20px;
}

.ventel {
    color: #9b44f8;
    margin-bottom: 7px;
    font-size: 18px;
}

.logo-box {
    background-color: rgba(231, 211, 253, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.9); /* Slightly more opaque border */
    max-width: 560px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px; /* Adjust spacing between logos if necessary */
}

.change-pass-email {
    font-size: small;
    margin-top: 20px;
    margin-bottom: 5px;
    color: rgb(100, 100, 100);
}

.change-pass-email:hover {
    text-decoration: underline;
}

.change-pass-email-page {
    font-size: medium;
    margin-top: 30px;
    margin-bottom: 5px;
    color: rgb(100, 100, 100)
}