.elementor-1359 .elementor-element.elementor-element-11fde40:not(.elementor-motion-effects-element-type-background), .elementor-1359 .elementor-element.elementor-element-11fde40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-fe9a5ff );}.elementor-1359 .elementor-element.elementor-element-11fde40{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1359 .elementor-element.elementor-element-11fde40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-1359 .elementor-element.elementor-element-db1b453{text-align:center;}.elementor-1359 .elementor-element.elementor-element-db1b453 img{opacity:1;border-style:solid;border-color:var( --e-global-color-primary );border-radius:1px 1px 1px 1px;box-shadow:0px 0px 13px 0px rgba(0,0,0,0.5);}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS */.strength-meter {
						margin-top: 10px;
						height: 3px;
						width: 95%;
						background: #ddd;
						border-radius: 5px;
						display: flex;
						gap: 2px;
					}
					.meter-block {
						flex: 1;
						height: 100%;
						background: #eee;
						border-radius: 5px;
						transition: background 0.3s ease-in-out;
					}
					.meter-block.active {
						background: green;
					}
					.meter-block:nth-child(1).active {
						background: #ff4d4d;
					}
					.meter-block:nth-child(2).active {
						background:  orange;
					}
					.meter-block:nth-child(3).active {
						background: #ffca28;
					}
					.meter-block:nth-child(4).active {
						background: #9ccc65;
					}
					.meter-block:nth-child(5).active {
						background: #66bb6a;
					}
					.password-strength-message {
						margin-top: 5px;
						font-size: 14px;
						font-weight: bold;
						color: #333;
					}
					.wpuf-error-msg{
						color:red;
					}
					
					
.wpuf-el.password .register-error-password {
    text-align: left;
    margin-top: 5px;
    line-height: 17px;
    color: #ee3c4d;
    font-size: 10px;
    font-weight: normal;
}
.wpuf-el.password .password-strength-message {
    margin-top: 5px;
    color: #747474;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #747474;
}/* End custom CSS */