html .large-logo {
  background: transparent url("/assets/ctx/c0fb1e32/layout/wl/1office_logo.png") 0 50% no-repeat;
  background-size: contain;
  transition: none;
  height: 40px;
  margin-top: 18px;
  margin-bottom: 15px;
  float: left;
  width: 155px;
}

html .small-logo {
  background: transparent url("/assets/ctx/c0fb1e32/layout/wl/1office_logo.png") 0 50% no-repeat;
  background-size: contain;
  float: left;
  transition: none;
}

.hideInWL {
  display: none;
}

html .showInWL {
  display: initial;
}
.poweredBySA {
  display: inline-block;
  font-family: Roboto;
  margin-top: 22px;
  margin-left: 15px;
  color: #5b5b5b;
  padding-left: 15px;
  float: left;
  border-left: 5px solid #ddd;
}
.poweredBySA .WLpoweredBy {
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 3px;
}

.poweredBySA .WLSmart {
  font-size: 23px;
  line-height: 23px;
}

a.button-green {
  background: #98c93c;
}

form.logged-out-form input.button-green {
  background-color: #7eb642;
}

form.logged-out-form input.button-green.login {
  background: #98c93c url("/assets/ctx/8b06127d/layout/images/btn-login.png") 20px 50% no-repeat;
  background-size: 16px;
}
form.logged-out-form input.button-green.email {
  background: #98c93c url("/assets/ctx/89e6f734/layout/images/btn-send.png") 20px 50% no-repeat;
  background-size: 16px;
}
form.logged-out-form input.button-green.create-user {
  padding-left: 0;
}

#header-box,
div.leftMenu div.header {
  background-color: #98c93c;
}

@media only screen and (max-width: 768px) {
  body.et .h1large.wlReplace[data-wlslot="appHeading"] {
    font-size: 16px;
  }

  .poweredBySA .WLpoweredBy {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: 2px;
  }

  .poweredBySA .WLSmart {
    font-size: 18px;
    line-height: 18px;
  }
}

@media screen and (max-width: 576px) {
  /* PHONES */

  .h1large.wlReplace[data-wlslot="appHeading"] {
    text-align: center;
  }

  .poweredBySA {
    margin-top: 12px;
  }

  .poweredBySA .WLpoweredBy {
    line-height: 8px;
  }

  .poweredBySA .WLSmart {
    font-size: 14px;
    line-height: 14px;
  }
}
