/* Start custom CSS for html, class: .elementor-element-0e13c47 *//* Hide & Show wrapper styling */
#studentFormWrapper {
    opacity: 0;
}

#studentFormWrapper.hs-ready {
    opacity: 1;
}

/* Create an EGX Account Syling */
#studentHeading {
    padding: 40px 40px 0;
}

#studentHeading h1 {
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 12px 28px;
    background-color: #003366 !important;
    color: #ffffff !important;
    border-radius: 50px;
    font-family: sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
}
/* Mobile styling */
@media (max-width: 767px) {
    #studentHeading {
        padding: 40px 40px 0;
    }

    #studentHeading h1 {
        padding: 10px 20px;
        font-size: 16px;
    }
}/* End custom CSS */