.t-body-wrap {
  margin: 12px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: -12%;
  padding-top: 30%;
}
.t-body-wrap .t-Region {
  display: block;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 2px 4px -2px rgba(0,0,0,0.075);
  padding: 1.2rem;
  border-bottom: 0;
  background: white;
}
.t-body-wrap .t-Region .sel,
.t-body-wrap .t-Region .inp,
.t-body-wrap .t-Region select {
  width: 75%;
}
.t-body-wrap .loginf > form > div {
  text-align: center;
  margin: 1em 0px;
}
.t-body-wrap .t-Login-container {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  -webkit-animation: loginFade ease-in-out 1;
  animation: loginFade ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  max-width: 470px;
}
.t-body-wrap .t-Login-container label {
  padding: .4rem 0;
  line-height: 1.6rem;
  display: inline-block;
  hyphens: auto;
  font-size: 14px;
  width: 5em;
}
.t-body-wrap .t-Login-container .t-Region-headerItems h2 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.t-body-wrap .t-Login-container .t-Button {
  font-size: 14px;
  line-height: 1.6rem;
  padding: 5px 1em;
  font-weight: 400;
  background-color: #f8f8f8;
  text-align: center;
  min-width: 4rem;
  display: inline-block;
  border: none;
  border-radius: 2px;
  text-shadow: none;
  padding-right: 2.3em;
  margin: 0 8px;
  transition: background-color .2s ease, box-shadow .2s ease, color .2s ease;
}
.t-body-wrap .t-Login-container #login-button-wrap {
  position: relative;
  display: inline-block;
  float: left;
  width: auto;
}
.t-body-wrap .t-Login-container #login-button-wrap svg {
  position: absolute;
  top: 6px;
  right: 1.1em;
}
