.elementor-7096 .elementor-element.elementor-element-20934032{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* Form container */
.corporate-access-form-wrap {
    max-width: 520px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

/* Title */
.corporate-access-form-wrap h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #111827;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Each field spacing */
.corporate-access-field {
    margin-bottom: 18px;
}

/* Labels */
.corporate-access-field label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #6b7280;
}

/* Input fields */
.corporate-access-field input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    background: #f3f4f6;
    font-size: 14px;
    color: #111827;
    outline: none;
    transition: all 0.25s ease;
}

/* Placeholder */
.corporate-access-field input::placeholder {
    color: #9ca3af;
}

/* Focus state */
.corporate-access-field input:focus {
    background: #fff;
    border-color: #9ca3af;
}

/* Form layout */
.corporate-access-form-wrap form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

/* Sign Up button */
.corporate-access-form-wrap button {
    width: 60%;
    margin: 10px auto 0;
    display: block;

    background: #005aee !important;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: 0.25s ease;
}

/* Hover */
.corporate-access-form-wrap button:hover {
    background: #0047c2 !important;
}/* End custom CSS */