.elementor-76 .elementor-element.elementor-element-73e48e5{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-76 .elementor-element.elementor-element-8980796{--display:flex;}.elementor-76 .elementor-element.elementor-element-c56d766{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-dafd606 *//* Container styling */
.theme-my-login form {
    max-width: 320px;
    margin: 60px auto;
    background: #fff;
    padding: 26px 24px;
    border: 1px solid #c3c4c7;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

/* Input fields */
.theme-my-login input[type="text"],
.theme-my-login input[type="password"],
.theme-my-login input[type="email"] {
    width: 100%;
    padding: 8px 10px;
    font-size: 16px;
    border: 1px solid #8c8f94;
    border-radius: 4px;
    margin-top: 4px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

/* Submit button */
.theme-my-login input[type="submit"] {
    background-color: #2271b1;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
}

.theme-my-login input[type="submit"]:hover {
    background-color: #135e96;
}

/* Links below form */
.theme-my-login .tml-action-links {
    text-align: center;
    margin-top: 16px;
}

.theme-my-login .tml-action-links a {
    color: #2271b1;
    text-decoration: none;
    font-size: 13px;
}

.theme-my-login .tml-action-links a:hover {
    text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS */.tml-links {
    display: none !important;
}/* End custom CSS */