.register-link {
    text-align: center;
    margin-top: 15px;
}
.form-group{
    text-align: center;
    margin-top: 15px;
}

.register-link .btn-success {
    font-size: 16px;
    padding: 8px 12px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.register-link .btn-success:hover {
    background-color: #28a745;
    transform: scale(1.05);
}

#login-section {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

#login-section h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
.form-group {
    position: relative !important;
    z-index: 20 !important;
}