.login-container {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 40px;
    width: auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.login-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.login-container input[type="text"],
.login-container input[type="email"],
.login-container input[type="submit"],
.login-container button {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: none;
    border-radius: 8px;
    font-size: 14px;
}

.profileDetails input[type="text"],
.profileDetails input[type="email"]
{
    background: rgba(255, 255, 255, 0.2);
    color: #555;
}
#registrationForm input[type="text"],
#registrationForm input[type="email"] {
    background: rgba(255, 255, 255, 0.2);
    color: #555;
}

input[type="email"] {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

input::placeholder {
    color: #ddd;
}

.send-otp-btn,
.login-container input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
}

.send-otp-btn:hover,
.login-container input[type="submit"]:hover {
    background-color: #45a049;
}

#otp-section {
    display: none;
}

.resend-link {
    display: block;
    text-align: right;
    color: #ddd;
    font-size: 13px;
    margin-top: -8px;
    margin-bottom: 10px;
    cursor: pointer;
}

.resend-link:hover {
    text-decoration: underline;
}

.note {
    text-align: center;
    font-size: 12px;
    color: #eee;
}

#abstractdetails2 {
    font-family: 'Times New Roman', Times, serif;
    margin: 20px auto;
    max-width: 700px;
    background: #fff;
    padding: 13px;
}


        .outreach-content { margin: 15px !important; margin-top: 50px !important; }
        .cards .outer { display: flex; align-items: center; justify-content: center; }
        .cards .card-profile { background: #2196f3; width: 370px; height: 100px; display: flex; align-items: center; padding: 5px; justify-content: space-between; border-radius: 100px 20px 20px 100px; }
        .card-profile .content2 { display: flex; align-items: center; text-align: right; }
        .cards .card-profile .img { height: 130px; width: 130px; position: absolute; background: #2196f3; border-radius: 50%; padding: 5px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); margin-left: -25px; }
        .card-profile .img img { height: 100%; width: 100%; border-radius: 50%; object-fit: cover; }
        .card-profile .details { margin-left: 100px; color: #fff; }
        .card-profile .content2 .details span { font-weight: 600; font-size: 18px; color: #fff; }
        .card-profile-profile a { text-decoration: none; padding: 7px 18px; border-radius: 25px; color: #fff; background: linear-gradient(to bottom, #bea2e7 0%, #86b7e7 100%); }
        .card-profile a:hover { transform: scale(0.94); }
        .content2 p { width: 100%; float: left; }