/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.em-login-trigger {
    display: none !important;
}

/*
    honeypot
 */
.v4hp {
    display: block !important;
    overflow: hidden !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}