.loginsect1col {
    background-color: #151C35;
    color: white;
    margin: 0;
    padding: 80px;
}

.loginsect1p {
    color: #ABAEBC;
}

.custom-input {
    background-color: #1e1e2f;
    border: none;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
}

.custom-input::placeholder {
    color: #aaaaaa;
}

.forgot-password {
    color: #a685ff;
    text-decoration: none;
    font-size: 0.9em;
}

.forgot-password:hover {
    text-decoration: underline;
}

.login-btn {
    width: 100%;
    background-color: #8b5cf6;
    border: none;
    color: white;
    border-radius: 25px;
    padding: 12px;
    font-size: 1em;
    font-weight: bold;
}

.signup-link {
    color: #a685ff;
    text-decoration: none;
}

.signup-link:hover {
    text-decoration: underline;
}

.loginsect1co2 {
    margin: 0;
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginsect1co2 img {
    max-width: 100%;
    height: auto;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .loginsect1col, .loginsect1co2 {
        padding: 30px; /* Reduce padding for mobile */
    }
}


.signup-heading-color{
    color: #7C62F6;
}