.elementor-5142 .elementor-element.elementor-element-77bc7a56{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-526f1ad6 */form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

form h2 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

/* Label styling */
form label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 1px;
}

/* Input field styling */
form input[type="text"],
form input[type="password"],
form input[type="email"] {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

/* Input focus effect */
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus {
    border-color: #007BFF;
    outline: none;
}

/* Submit button styling */
form button[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Button hover effect */
form button[type="submit"]:hover {
    background-color: #0056b3;
}

/* Forgot password and other links */
form a {
    display: block;
    text-align: center;
    margin-top: 1px;
    color: #007BFF;
    text-decoration: none;
}

form a:hover {
    text-decoration: underline;
}/* End custom CSS */