.elementor-415 .elementor-element.elementor-element-f9f8617{--display:flex;--min-height:500px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}/* Start custom CSS for pms-register, class: .elementor-element-7006b3f *//* ===============================
   PMS REGISTRATION CARD
================================= */
.elementor-widget-pms-register #pms_register-form {
    width: 100%;
    max-width: 520px;
    background: #ffffff;
    padding: 42px 38px;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    margin: 40px auto;
}

/* ===============================
   FORM LIST RESET
================================= */
#pms_register-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ===============================
   FIELD SPACING
================================= */
#pms_register-form .pms-field {
    margin-bottom: 18px;
}

/* ===============================
   LABELS
================================= */
#pms_register-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 6px;
}

/* ===============================
   INPUTS & SELECTS
================================= */
#pms_register-form input[type="text"],
#pms_register-form input[type="email"],
#pms_register-form input[type="password"],
#pms_register-form select {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #cbd5f5;
    background: #f8fafc;
    font-size: 15px;
    transition: all 0.25s ease;
}

#pms_register-form input:focus,
#pms_register-form select:focus {
    outline: none;
    border-color: #4f46e5;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

/* ===============================
   CHECKBOX
================================= */
#pms_register-form input[type="checkbox"] {
    accent-color: #4f46e5;
}

/* ===============================
   SUBMIT BUTTON
================================= */
#pms_register-form input[type="submit"] {
    width: 100%;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#pms_register-form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(79, 70, 229, 0.4);
}

/* ===============================
   ERRORS & MESSAGES
================================= */
#pms_register-form .pms-error-message,
#pms_register-form .pms-validation-error {
    background: #fee2e2;
    color: #991b1b;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 16px;
}

/* ===============================
   MOBILE
================================= */
@media (max-width: 480px) {
    .elementor-widget-pms-register #pms_register-form {
        padding: 30px 24px;
        border-radius: 16px;
    }
}/* End custom CSS */