.elg-body, .elg-body * {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.elg-body a {text-decoration:none;}
.elg-body button {background:#ccc;border:none;box-shadow:none;text-shadow:none;text-decoration:none;color:#333;}


/* OVERVIEW */
.elg-body .elg-row {display:inline-block;width:100%;font-size:15px;line-height:18px;font-weight:normal;color:#444;margin:0 0 12px 0;}
.elg-body .elg-row .elg-btn {float:left;width:auto;transition:0.15s;color:#fff;background:#333;padding:10px 20px;text-decoration:none;border:none;box-shadow:none;font-size:14px;font-weight:bold;line-height:16px;margin:0 8px 6px 0;}
.elg-body .elg-row .elg-btn:hover {text-decoration:none;color:#fff;background:#000;border:none;}
.elg-body .elg-row .elg-btn.elg-disabled {opacity:0.5;cursor:not-allowed;background:#333;}
.elg-body .elg-row .elg-btn.elg-btn-secondary {background:#e4e4e4;color:#1d1d1d;}
.elg-body .elg-row .elg-btn.elg-btn-secondary:hover {background:#d4d4d4;color:#0d0d0d;}
.elg-body .elg-row.elg-row-buttons {margin:10px 0 0 0;}
.elg-body #elg-timer {font-size:13px;line-height:16px;color:#777;}
.elg-body #elg-counter {font-style:normal;}
.elg-body .elg-form {display:inline-flex;width:100%;margin:16px 0 20px 0; flex-direction: row; flex-wrap: nowrap; align-items: flex-end; justify-content: flex-start;}
.elg-body .elg-form > .elg-row {margin:0;width:auto;display:flex;flex-direction: column; align-items: flex-start;}
.elg-body .elg-form input[type="email"] {width:auto;margin:0 10px 8px 0;min-width:360px;height:40px;max-height:40px;padding:0 10px;font-size:15px;border-width:1px;border-radius:4px;}
.elg-body .elg-form label {width:auto;text-align:left;padding:0;margin:0 0 3px 0;font-size:14px;line-height:16px;}
.elg-body .elg-form button.elg-btn {height:40px;padding:10px 15px;border-radius:4px;text-align:center;font-size:15px;line-height:20px;border:none;margin:0 0 8px 0;}

@media screen and (max-width: 767px) {
  .elg-body .elg-form {flex-direction: column;align-items: stretch;}
  .elg-body .elg-form input[type="email"] {min-width:100%;margin:0 0 10px 0;}
}


/* LOGIN BUTTON */
a.elg-login-button {display:inline-flex;align-items: center; justify-content: center;gap:6px;clear:both;transition:0.2s;width:auto;margin:15px 0;width:auto;line-height:18px;padding:12px 26px;font-size:15px;font-weight:600;color:var(--mb-color-primary, #1d1d1d);text-decoration:none;border-radius:4px;position:relative;background:#fff;border:1.5px solid var(--mb-color-primary, #1d1d1d);}
a.elg-login-button.elg-hooked {margin:10px 0 26px 0;width:100%;}
a.elg-login-button svg {width:16px;height:16px;fill:var(--mb-color-primary, #0d9ecc);transition:0.2s;}
a.elg-login-button:hover {background:var(--mb-color-primary, #1d1d1d);color:#fff;text-decoration:none;}
a.elg-login-button:hover svg {fill:#fff;}