.loginload {
    overflow: auto !important;
}

.ebiz2 .mainfooter.footerlogin div#footer-zone {
    padding: 0px 0 !important;
    margin-top: 20px;
}

.ebiz2 .mainfooter.footerlogin div#footer-zone {
    padding: 0px 0 !important;
    margin-top: 20px;
}

    .ebiz2 .mainfooter.footerlogin div#footer-zone .secondlinetext {
        margin-top: -3px !important;
    }

label[for=SuppliedName] span:first-child, label[for=SuppliedEmail] span:first-child, label[for=SuppliedPhone] span:first-child {
    visibility: hidden;
    position: relative;
}

    label[for=SuppliedName] span:first-child:after, label[for=SuppliedEmail] span:first-child:after, label[for=SuppliedPhone] span:first-child:after {
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
    }

    label[for=SuppliedName] span:first-child:after {
        content: "Name";
    }

    label[for=SuppliedEmail] span:first-child:after {
        content: "Email";
    }

    label[for=SuppliedPhone] span:first-child:after {
        content: "Phone";
    }
