.elementor-13 .elementor-element.elementor-element-7e1472d0{--display:flex;--min-height:100vh;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-7e1472d0:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-7e1472d0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-13 .elementor-element.elementor-element-d7d0d3 > .elementor-widget-container{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-d7d0d3 */@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* Container */
#pmpro_login {
    color: #100F0F;
    font-family: 'Roboto', sans-serif;
    margin: auto;
    
}

/* Labels (secondary font) */
#pmpro_login label {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #100F0F;
    margin-bottom: 8px;
    display: block;
}

/* Input Fields */
#pmpro_login input[type="text"],
#pmpro_login input[type="password"] {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #100F0F;
    color: #100F0F;
    font-family: 'Roboto', sans-serif;
    padding: 10px 5px;
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

/* Input Focus State */
#pmpro_login input[type="text"]:focus,
#pmpro_login input[type="password"]:focus {
    border-bottom: 2px solid #100F0F;
    outline: none;
}

/* Placeholder Text (Prompt) - Hide by matching background */
#pmpro_login input::placeholder {
    color: #100F0F;
    font-family: 'Roboto', sans-serif;
}

/* Submit Button */
#pmpro_login input[type="submit"] {
    background-color: transparent;
    color: #100F0F;
    border: 2px solid #fefefe;
    padding: 12px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#pmpro_login input[type="submit"]:hover {
    color: #100F0F;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7e1472d0 */#pmpro_login label {
    color:#fefefe;
}/* End custom CSS */