.elementor-15522 .elementor-element.elementor-element-e2ce2f3{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-57e95dd */.custom-login-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.custom-login-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.custom-login-form input[type="text"],
.custom-login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.custom-login-form input[type="submit"] {
    background: #0073aa;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.custom-login-form input[type="submit"]:hover {
    background: #005177;
}

.login-error {
    color: #dc3232;
    margin-bottom: 15px;
    padding: 10px;
    background: #ffebeb;
    border: 1px solid #dc3232;
    border-radius: 4px;
}/* End custom CSS */