* {
  font-family: "Xing Sans", "Arial", "Verdana", sans-serif;
}

.ui-360-primary-button {
  background: #4C4CC3;
  background-image: #4C4CC3;
  color: #fff;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 20px;
  width: 100%;
}

.ui-360-primary-button:hover {
  background: #4C4CC3;
}

.ui-360-button-40 {
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
}

.typo-15 {
  font-size: 15px;
  line-height: 20px;
}

.typo-13 {
  font-size: 13px;
  line-height: 18px;
}

.ui-360-mb-16 {
  margin-bottom: 16px;
}

.ui-360-mb-24 {
  margin-bottom: 24px;
}

.ui-360-mb-32 {
  margin-bottom: 32px;
}

.ui-360-pull-right {
  float: right;
}

.ui-360-text-center {
  text-align: center;
}

.ui-outline-none {
  outline: none;
}

.clear {
  clear: both;
}

.fencing-overlay-region:not(:empty) {
  padding-top: 48px;
}

.ui-360-input {
  border-radius: 3px;
  border: 1px solid #b3b3b3;
  box-shadow: inset 1px 1px 1px #e5e5e5;
  font-size: 13px;
  margin: 0;
  outline: none;
  padding: 7px;
  width: 100%;
}

.ui-360-input:hover,
.ui-360-input:focus {
  border-color: #3C5CD9;
}

a {
  color: #192642;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.ui-360-login-container * {
  box-sizing: border-box;
}

.ui-360-login-label {
  font-weight: normal;
  padding: 0;
}

.ui-360-login-label [type="checkbox"] {
  margin-right: 3px;
}

.ui-360-login-container__form {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
}

.ui-360-login {
  padding: 32px;
}

.ui-360-login-hidden {
  display: none !important;
}

.ui-360-login__brand {
  background: url(/assets/xtm/87652bb4d30117fc6ed9.svg) no-repeat;
  background-size: contain;
  color: #8e8e8e;
  display: inline-block;
  font-size: 18px;
  height: 48px;
  line-height: 76px;
  padding-left: 96px;
  position: relative;
  text-decoration: none;
  width: 200px;
}

.ui-360-login__welcome-message {
  color: grey;
  font-weight: normal;
}

.ui-360-login__new {
  bottom: 0;
  left: 0;
  padding: 32px 56px;
  position: absolute;
  right: 0;
}

.ui-360-login__new .link {
  font-weight: bold;
}

@media screen and (max-height: 500px), screen and (min-height: 1000px) {
  .ui-360-login__new {
    margin-top: 80px;
    padding: 0 24px;
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .ui-360-login-container__bg {
    display: none;
  }

  .ui-360-login-container__form {
    width: 100%;
  }
}

/* ------ Rebranding ------ */

.rebranding a {
  color: #0698A0;
  text-decoration: none;
}

.rebranding .ui-360-primary-button:hover {
  background: #A7E770;
  color: #333333;
}

.rebranding .ui-360-primary-button:focus {
  background: #C6F16D;
  border: 1px solid #005FCC;
  color: #333333;
}

.rebranding .ui-360-primary-button {
  background: #C6F16D;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  color: #333333;
}

.ui-360-login-container__bg {
  background: url(/assets/xtm/a529d1eebc6002c21b46.jpg) 70% 0 no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 360px;
  top: 0;
}

.rebranding-logo .ui-360-login__brand {
  background: url(/assets/xtm/e8391ed612342ad906c4.svg) no-repeat;
  background-size: contain;
  width: 96px;
  height: 28px;
}

