.wb-auth-screen .wb-page-header .brand {
  margin: 0 auto;
  text-align: center;
}
.wb-auth-screen .wb-container {
  max-width: 980px;
  width: 100%;
}
.wb-auth-screen .wb-auth-screen-header {
  background: #E1251B;
}
.wb-auth-screen .wb-auth-screen-header .brand-wrapper {
  box-sizing: border-box;
  display: inline-block;
  height: 64px;
  max-height: 64px;
  padding: 20px 0;
}
.wb-auth-screen .wb-auth-screen-header .brand {
  height: 24px;
}
.wb-auth-screen .wb-auth-screen-title {
  font-size: 25px;
  font-weight: 400;
  margin: 56px 0 0;
}
.wb-auth-screen .wb-auth-screen-subtitle {
  margin: 16px 0 64px;
  max-width: 70%;
}
.wb-auth-screen .wb-auth-box-heading {
  margin: 0;
  padding: 30px 0 0;
  text-align: center;
}
.wb-auth-screen .wb-auth-box-heading > .wb-auth-box-title,
.wb-auth-screen .wb-auth-box-heading > .wb-auth-box-subtitle {
  color: #000000;
  margin: 0;
}
.wb-auth-screen .wb-auth-box-heading > .wb-auth-box-title {
  font-size: 44px;
  font-weight: 300;
}
.wb-auth-screen .wb-auth-box {
  background: #fff;
  border-radius: 3px;
  margin-top: 64px;
  overflow: hidden;
}
.wb-auth-screen .wb-auth-box.wb-login-box {
  border-radius: 0;
  margin-top: 0;
  max-height: 450px;
}
.wb-auth-screen .wb-auth-box-inner {
  padding: 10px 100px 12px;
}
.wb-auth-screen .wb-auth-box-inner .button-wrapper + .button-wrapper {
  margin-left: 15px;
}
.wb-auth-screen .wb-auth-link {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.wb-auth-screen .wb-auth-box-image {
  display: block;
  height: 100%;
  max-height: 450px;
  object-fit: contain;
  width: 100%;
}
.wb-auth-screen .wb-auth-screen-box-wrapper {
  background-color: #DCE3EB;
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 600px) {
  .wb-auth-screen .wb-admin-login .wb-auth-screen-box-wrapper {
    width: 585px;
  }
}
.wb-auth-screen .wb-auth-box-btn-container {
  height: 48px;
}
.wb-auth-screen .wb-auth-box-btn-container .wb-auth-box-loader {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.wb-auth-screen .wb-step {
  position: relative;
}
.wb-auth-screen .wb-step .wb-step-icon {
  border: 2px solid #EEEEEE;
  border-radius: 50%;
  color: #212121;
  font-size: 35px;
  height: 35px;
  line-height: 35px;
  padding: 35px;
  position: relative;
  width: 35px;
}
.wb-auth-screen .wb-step .wb-step-legend {
  margin: 20px 0 34px;
  padding: 0 30px;
  position: relative;
}
.wb-auth-screen .wb-step:not(:last-of-type):after {
  background: #E0E0E0;
  border-radius: 2px;
  content: '';
  display: block;
  height: 2px;
  left: auto;
  position: absolute;
  right: 0;
  top: 25%;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  width: 35%;
}
.wb-auth-screen .wb-step:not(:first-of-type):before {
  background: #E0E0E0;
  border: 3px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  content: '\f2fb';
  display: block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 25%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 20px;
}
.wb-auth-screen .wb-auth-box-footer {
  background: #DCE3EB;
  font-size: 12px;
  padding: 24px;
  margin: 16px;
  text-align: center;
}
.wb-auth-screen .wb-auth-box-footer p {
  margin: 0 auto 16px;
}
.wb-auth-screen .wb-auth-box-footer-contact-part md-icon {
  color: #BDBDBD;
  font-size: 18px;
  height: 18px;
  margin-right: 8px;
}
.wb-auth-screen .wb-auth-box-footer-contact-part:not(:last-of-type) {
  border-right: 2px solid #BDBDBD;
  margin-right: 24px;
  padding-right: 24px;
}
.wb-auth-screen .wb-footer {
  margin: 70px 0 40px;
}
.wb-auth-screen .wb-copyright-notice {
  color: #9E9E9E;
  font-size: 14px;
  font-style: italic;
}
_:-ms-input-placeholder.wb-auth-screen .wb-login .wb-container,
:root.wb-auth-screen .wb-login .wb-container {
  display: block;
}
