.et-login-page {
  height: 100%; }
  .et-login-page body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }

.et-login-form > div:not(:last-child) {
  margin-bottom: 16px; }

/*# sourceMappingURL=login.css.map?hash=7bf374*/