.elementor-27108 .elementor-element.elementor-element-5d2ecd3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-27108 .elementor-element.elementor-element-5d2ecd3:not(.elementor-motion-effects-element-type-background), .elementor-27108 .elementor-element.elementor-element-5d2ecd3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-27108 .elementor-element.elementor-element-d701086{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-27108 .elementor-element.elementor-element-5d5617a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-27108 .elementor-element.elementor-element-d163560 > .elementor-widget-container{margin:20% 0% 0% 0%;}.elementor-27108 .elementor-element.elementor-element-d163560.elementor-element{--align-self:center;--order:-99999 /* order start hack */;--flex-grow:1;--flex-shrink:0;}.elementor-27108 .elementor-element.elementor-element-2d8dbf4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-27108 .elementor-element.elementor-element-d701086{--width:25%;}.elementor-27108 .elementor-element.elementor-element-5d5617a{--width:50%;}.elementor-27108 .elementor-element.elementor-element-2d8dbf4{--width:25%;}}/* Start custom CSS for shortcode, class: .elementor-element-d163560 *//* Input field styles */
input.input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* Customize the focus style for input fields */
input:focus {
    outline: none !important;
    border: 2px solid #007bff !important;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important;
}

/* Style labels for input fields */
label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

/* Style the login form */
.pmpro_login_wrap {
    margin: 20px auto;
    max-width: 400px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Style the login form header */
.pmpro_login_wrap h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
}

/* Style the login form submit button */
.login-submit {
    text-align: center;
}

.login-submit input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.login-submit input[type="submit"]:hover {
    opacity: 0.8;
}

/* Style the hr */
hr {
    border: 1px solid #ccc;
    margin: 20px 0;
}


/* Form container styles */
.pmpro_form {
    margin: 20px auto;
    max-width: 400px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Form header styles */
.pmpro_form h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
}

/* Input field styles */
input.input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* Customize the focus style for input fields */
input:focus {
    outline: none !important;
    border: 2px solid #007bff !important;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important;
}

/* Style labels for input fields */
label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

/* Submit button styles */
.pmpro_submit {
    text-align: center;
}

.pmpro_btn-submit {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.pmpro_btn-submit:hover {
    opacity: 0.8;
}


.pmpro_actions_nav {
        display: none;
    }/* End custom CSS */