@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.ttf");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-LightItalic.ttf");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Italic.ttf");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Semibold.ttf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiboldItalic.ttf");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.ttf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic; }

html {
  position: relative;
  height: 100%; }

.LoginLayoutTmpLegacy,
.LoginLayoutCloud,
.LoginLayoutFancy,
.LoginLayoutEnterprise {
  visibility: visible;
  color: black;
  background-color: white;
  background-image: url("");
  padding: 0;
  margin: 0; }
  .LoginLayoutTmpLegacy a,
  .LoginLayoutCloud a,
  .LoginLayoutFancy a,
  .LoginLayoutEnterprise a {
    color: #2a6496; }
  .LoginLayoutTmpLegacy a:hover,
  .LoginLayoutTmpLegacy a:focus,
  .LoginLayoutTmpLegacy a.active,
  .LoginLayoutTmpLegacy a.disabled,
  .LoginLayoutTmpLegacy a[disabled],
  .LoginLayoutCloud a:hover,
  .LoginLayoutCloud a:focus,
  .LoginLayoutCloud a.active,
  .LoginLayoutCloud a.disabled,
  .LoginLayoutCloud a[disabled],
  .LoginLayoutFancy a:hover,
  .LoginLayoutFancy a:focus,
  .LoginLayoutFancy a.active,
  .LoginLayoutFancy a.disabled,
  .LoginLayoutFancy a[disabled],
  .LoginLayoutEnterprise a:hover,
  .LoginLayoutEnterprise a:focus,
  .LoginLayoutEnterprise a.active,
  .LoginLayoutEnterprise a.disabled,
  .LoginLayoutEnterprise a[disabled] {
    color: #0e2232; }
  .LoginLayoutTmpLegacy .logo,
  .LoginLayoutCloud .logo,
  .LoginLayoutFancy .logo,
  .LoginLayoutEnterprise .logo {
    background-image: url("../images/logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 88px;
    height: 31px;
    display: block;
    visibility: visible; }
  .LoginLayoutTmpLegacy .title,
  .LoginLayoutCloud .title,
  .LoginLayoutFancy .title,
  .LoginLayoutEnterprise .title {
    display: block;
    visibility: visible; }
    .LoginLayoutTmpLegacy .title h1,
    .LoginLayoutCloud .title h1,
    .LoginLayoutFancy .title h1,
    .LoginLayoutEnterprise .title h1 {
      margin: 0;
      font-family: "Open Sans", Arial, sans-serif;
      font-weight: 300;
      font-size: 40px;
      color: #e0201b; }
  .LoginLayoutTmpLegacy .content-body,
  .LoginLayoutCloud .content-body,
  .LoginLayoutFancy .content-body,
  .LoginLayoutEnterprise .content-body {
    width: auto;
    overflow-y: auto;
    overflow-x: visible; }
    .LoginLayoutTmpLegacy .content-body .content-inner,
    .LoginLayoutCloud .content-body .content-inner,
    .LoginLayoutFancy .content-body .content-inner,
    .LoginLayoutEnterprise .content-body .content-inner {
      width: 320px; }
    .LoginLayoutTmpLegacy .content-body .form-group,
    .LoginLayoutCloud .content-body .form-group,
    .LoginLayoutFancy .content-body .form-group,
    .LoginLayoutEnterprise .content-body .form-group {
      margin-bottom: 15px;
      clear: both; }
      .LoginLayoutTmpLegacy .content-body .form-group label,
      .LoginLayoutCloud .content-body .form-group label,
      .LoginLayoutFancy .content-body .form-group label,
      .LoginLayoutEnterprise .content-body .form-group label {
        display: none; }
      .LoginLayoutTmpLegacy .content-body .form-group.has-error .form-control,
      .LoginLayoutCloud .content-body .form-group.has-error .form-control,
      .LoginLayoutFancy .content-body .form-group.has-error .form-control,
      .LoginLayoutEnterprise .content-body .form-group.has-error .form-control {
        border-color: #a94442;
        color: #a94442;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }
      .LoginLayoutTmpLegacy .content-body .form-group .form-control,
      .LoginLayoutCloud .content-body .form-group .form-control,
      .LoginLayoutFancy .content-body .form-group .form-control,
      .LoginLayoutEnterprise .content-body .form-group .form-control {
        box-shadow: none;
        border-radius: 0;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: black;
        background-color: white;
        border: 1px solid #cccccc;
        display: block;
        position: relative;
        box-sizing: border-box;
        padding: 8px 12.8px;
        margin: 0;
        height: auto;
        width: 100%;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
        .LoginLayoutTmpLegacy .content-body .form-group .form-control:focus,
        .LoginLayoutCloud .content-body .form-group .form-control:focus,
        .LoginLayoutFancy .content-body .form-group .form-control:focus,
        .LoginLayoutEnterprise .content-body .form-group .form-control:focus {
          border-color: #66afe9;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
          outline: 0 none; }
        .LoginLayoutTmpLegacy .content-body .form-group .form-control::-webkit-input-placeholder, .LoginLayoutTmpLegacy .content-body .form-group .form-control::-moz-placeholder, .LoginLayoutTmpLegacy .content-body .form-group .form-control:-moz-placeholder, .LoginLayoutTmpLegacy .content-body .form-group .form-control:-ms-input-placeholder, .LoginLayoutTmpLegacy .content-body .form-group .form-control::placeholder,
        .LoginLayoutCloud .content-body .form-group .form-control::-webkit-input-placeholder,
        .LoginLayoutCloud .content-body .form-group .form-control::-moz-placeholder,
        .LoginLayoutCloud .content-body .form-group .form-control:-moz-placeholder,
        .LoginLayoutCloud .content-body .form-group .form-control:-ms-input-placeholder,
        .LoginLayoutCloud .content-body .form-group .form-control::placeholder,
        .LoginLayoutFancy .content-body .form-group .form-control::-webkit-input-placeholder,
        .LoginLayoutFancy .content-body .form-group .form-control::-moz-placeholder,
        .LoginLayoutFancy .content-body .form-group .form-control:-moz-placeholder,
        .LoginLayoutFancy .content-body .form-group .form-control:-ms-input-placeholder,
        .LoginLayoutFancy .content-body .form-group .form-control::placeholder,
        .LoginLayoutEnterprise .content-body .form-group .form-control::-webkit-input-placeholder,
        .LoginLayoutEnterprise .content-body .form-group .form-control::-moz-placeholder,
        .LoginLayoutEnterprise .content-body .form-group .form-control:-moz-placeholder,
        .LoginLayoutEnterprise .content-body .form-group .form-control:-ms-input-placeholder,
        .LoginLayoutEnterprise .content-body .form-group .form-control::placeholder {
          color: #1a1a1a;
          opacity: 1; }
        .LoginLayoutTmpLegacy .content-body .form-group .form-control[disabled], .LoginLayoutTmpLegacy .content-body .form-group .form-control[readonly],
        .LoginLayoutCloud .content-body .form-group .form-control[disabled],
        .LoginLayoutCloud .content-body .form-group .form-control[readonly],
        .LoginLayoutFancy .content-body .form-group .form-control[disabled],
        .LoginLayoutFancy .content-body .form-group .form-control[readonly],
        .LoginLayoutEnterprise .content-body .form-group .form-control[disabled],
        .LoginLayoutEnterprise .content-body .form-group .form-control[readonly] {
          background-color: #eee;
          cursor: not-allowed;
          opacity: 1; }
      .LoginLayoutTmpLegacy .content-body .form-group select.form-control,
      .LoginLayoutCloud .content-body .form-group select.form-control,
      .LoginLayoutFancy .content-body .form-group select.form-control,
      .LoginLayoutEnterprise .content-body .form-group select.form-control {
        padding: 8px 8px; }
    .LoginLayoutTmpLegacy .content-body .form-actions,
    .LoginLayoutCloud .content-body .form-actions,
    .LoginLayoutFancy .content-body .form-actions,
    .LoginLayoutEnterprise .content-body .form-actions {
      line-height: 30px; }
      .LoginLayoutTmpLegacy .content-body .form-actions > button,
      .LoginLayoutTmpLegacy .content-body .form-actions > a,
      .LoginLayoutCloud .content-body .form-actions > button,
      .LoginLayoutCloud .content-body .form-actions > a,
      .LoginLayoutFancy .content-body .form-actions > button,
      .LoginLayoutFancy .content-body .form-actions > a,
      .LoginLayoutEnterprise .content-body .form-actions > button,
      .LoginLayoutEnterprise .content-body .form-actions > a {
        display: inline-block;
        margin-right: 10px; }
      .LoginLayoutTmpLegacy .content-body .form-actions > a,
      .LoginLayoutTmpLegacy .content-body .form-actions .x-login-external-provider-link,
      .LoginLayoutCloud .content-body .form-actions > a,
      .LoginLayoutCloud .content-body .form-actions .x-login-external-provider-link,
      .LoginLayoutFancy .content-body .form-actions > a,
      .LoginLayoutFancy .content-body .form-actions .x-login-external-provider-link,
      .LoginLayoutEnterprise .content-body .form-actions > a,
      .LoginLayoutEnterprise .content-body .form-actions .x-login-external-provider-link {
        color: #2a6496;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 14px;
        font-weight: 300;
        text-decoration: none; }
      .LoginLayoutTmpLegacy .content-body .form-actions a:hover,
      .LoginLayoutTmpLegacy .content-body .form-actions a:focus,
      .LoginLayoutCloud .content-body .form-actions a:hover,
      .LoginLayoutCloud .content-body .form-actions a:focus,
      .LoginLayoutFancy .content-body .form-actions a:hover,
      .LoginLayoutFancy .content-body .form-actions a:focus,
      .LoginLayoutEnterprise .content-body .form-actions a:hover,
      .LoginLayoutEnterprise .content-body .form-actions a:focus {
        text-decoration: underline; }
      .LoginLayoutTmpLegacy .content-body .form-actions > a,
      .LoginLayoutTmpLegacy .content-body .form-actions > div a,
      .LoginLayoutCloud .content-body .form-actions > a,
      .LoginLayoutCloud .content-body .form-actions > div a,
      .LoginLayoutFancy .content-body .form-actions > a,
      .LoginLayoutFancy .content-body .form-actions > div a,
      .LoginLayoutEnterprise .content-body .form-actions > a,
      .LoginLayoutEnterprise .content-body .form-actions > div a {
        line-height: 30px;
        margin-bottom: 5px; }
      .LoginLayoutTmpLegacy .content-body .form-actions > button,
      .LoginLayoutCloud .content-body .form-actions > button,
      .LoginLayoutFancy .content-body .form-actions > button,
      .LoginLayoutEnterprise .content-body .form-actions > button {
        margin-bottom: 5px; }
      .LoginLayoutTmpLegacy .content-body .form-actions > div,
      .LoginLayoutCloud .content-body .form-actions > div,
      .LoginLayoutFancy .content-body .form-actions > div,
      .LoginLayoutEnterprise .content-body .form-actions > div {
        margin: 5px 0; }
    .LoginLayoutTmpLegacy .content-body .roleslist,
    .LoginLayoutCloud .content-body .roleslist,
    .LoginLayoutFancy .content-body .roleslist,
    .LoginLayoutEnterprise .content-body .roleslist {
      overflow-y: auto;
      overflow-x: visible; }
  .LoginLayoutTmpLegacy .btn,
  .LoginLayoutCloud .btn,
  .LoginLayoutFancy .btn,
  .LoginLayoutEnterprise .btn {
    -moz-user-select: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 80px 8px 12.8px;
    height: auto;
    text-align: center;
    white-space: nowrap;
    color: white;
    background-color: #b21916;
    border: none; }
    .LoginLayoutTmpLegacy .btn:hover, .LoginLayoutTmpLegacy .btn:focus, .LoginLayoutTmpLegacy .btn:active, .LoginLayoutTmpLegacy .btn[disabled],
    .LoginLayoutCloud .btn:hover,
    .LoginLayoutCloud .btn:focus,
    .LoginLayoutCloud .btn:active,
    .LoginLayoutCloud .btn[disabled],
    .LoginLayoutFancy .btn:hover,
    .LoginLayoutFancy .btn:focus,
    .LoginLayoutFancy .btn:active,
    .LoginLayoutFancy .btn[disabled],
    .LoginLayoutEnterprise .btn:hover,
    .LoginLayoutEnterprise .btn:focus,
    .LoginLayoutEnterprise .btn:active,
    .LoginLayoutEnterprise .btn[disabled] {
      background-color: #df1f1c;
      color: white; }
  .LoginLayoutTmpLegacy .content-footer,
  .LoginLayoutCloud .content-footer,
  .LoginLayoutFancy .content-footer,
  .LoginLayoutEnterprise .content-footer {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #999999; }
    .LoginLayoutTmpLegacy .content-footer a,
    .LoginLayoutCloud .content-footer a,
    .LoginLayoutFancy .content-footer a,
    .LoginLayoutEnterprise .content-footer a {
      color: #999999;
      text-decoration: underline; }
      .LoginLayoutTmpLegacy .content-footer a:hover,
      .LoginLayoutCloud .content-footer a:hover,
      .LoginLayoutFancy .content-footer a:hover,
      .LoginLayoutEnterprise .content-footer a:hover {
        color: #333333; }
    .LoginLayoutTmpLegacy .content-footer .additional-text,
    .LoginLayoutTmpLegacy .content-footer p,
    .LoginLayoutCloud .content-footer .additional-text,
    .LoginLayoutCloud .content-footer p,
    .LoginLayoutFancy .content-footer .additional-text,
    .LoginLayoutFancy .content-footer p,
    .LoginLayoutEnterprise .content-footer .additional-text,
    .LoginLayoutEnterprise .content-footer p {
      margin: 0 0 5px 0;
      padding: 0; }
  .LoginLayoutTmpLegacy .alert,
  .LoginLayoutCloud .alert,
  .LoginLayoutFancy .alert,
  .LoginLayoutEnterprise .alert {
    padding: 15px;
    margin: 20px 0 0;
    clear: both;
    border: 1px solid transparent;
    border-radius: 4px; }
    .LoginLayoutTmpLegacy .alert.alert-dismissable,
    .LoginLayoutCloud .alert.alert-dismissable,
    .LoginLayoutFancy .alert.alert-dismissable,
    .LoginLayoutEnterprise .alert.alert-dismissable {
      padding-right: 35px; }
    .LoginLayoutTmpLegacy .alert.alert-danger,
    .LoginLayoutCloud .alert.alert-danger,
    .LoginLayoutFancy .alert.alert-danger,
    .LoginLayoutEnterprise .alert.alert-danger {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
    .LoginLayoutTmpLegacy .alert .close,
    .LoginLayoutCloud .alert .close,
    .LoginLayoutFancy .alert .close,
    .LoginLayoutEnterprise .alert .close {
      float: right;
      font-size: 21px;
      font-weight: 700;
      line-height: 1;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      filter: alpha(opacity=20);
      opacity: .2;
      -webkit-appearance: none;
      padding: 0;
      cursor: pointer;
      background: 0 0;
      border: 0;
      position: relative;
      top: -2px;
      right: -21px; }
      .LoginLayoutTmpLegacy .alert .close:hover, .LoginLayoutTmpLegacy .alert .close:focus,
      .LoginLayoutCloud .alert .close:hover,
      .LoginLayoutCloud .alert .close:focus,
      .LoginLayoutFancy .alert .close:hover,
      .LoginLayoutFancy .alert .close:focus,
      .LoginLayoutEnterprise .alert .close:hover,
      .LoginLayoutEnterprise .alert .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5; }
  .LoginLayoutTmpLegacy .sr-only,
  .LoginLayoutCloud .sr-only,
  .LoginLayoutFancy .sr-only,
  .LoginLayoutEnterprise .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .LoginLayoutTmpLegacy .content-inner.selectrole,
  .LoginLayoutCloud .content-inner.selectrole,
  .LoginLayoutFancy .content-inner.selectrole,
  .LoginLayoutEnterprise .content-inner.selectrole {
    width: auto; }
    .LoginLayoutTmpLegacy .content-inner.selectrole .form-header h4,
    .LoginLayoutCloud .content-inner.selectrole .form-header h4,
    .LoginLayoutFancy .content-inner.selectrole .form-header h4,
    .LoginLayoutEnterprise .content-inner.selectrole .form-header h4 {
      font-family: "Open Sans", Arial, sans-serif;
      font-weight: 400;
      font-size: 16px;
      text-align: left;
      color: black; }
    .LoginLayoutTmpLegacy .content-inner.selectrole .login-role-row,
    .LoginLayoutCloud .content-inner.selectrole .login-role-row,
    .LoginLayoutFancy .content-inner.selectrole .login-role-row,
    .LoginLayoutEnterprise .content-inner.selectrole .login-role-row {
      font-family: "Open Sans", Arial, sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 1.5em;
      text-align: left;
      width: 90%;
      margin-right: 10px;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      margin-bottom: 4px;
      cursor: pointer;
      padding: 3px 10px 3px 0;
      margin: 0;
      color: black; }
      .LoginLayoutTmpLegacy .content-inner.selectrole .login-role-row:focus, .LoginLayoutTmpLegacy .content-inner.selectrole .login-role-row.login-role-row-selected,
      .LoginLayoutCloud .content-inner.selectrole .login-role-row:focus,
      .LoginLayoutCloud .content-inner.selectrole .login-role-row.login-role-row-selected,
      .LoginLayoutFancy .content-inner.selectrole .login-role-row:focus,
      .LoginLayoutFancy .content-inner.selectrole .login-role-row.login-role-row-selected,
      .LoginLayoutEnterprise .content-inner.selectrole .login-role-row:focus,
      .LoginLayoutEnterprise .content-inner.selectrole .login-role-row.login-role-row-selected {
        font-weight: 600;
        color: #b21916; }
      .LoginLayoutTmpLegacy .content-inner.selectrole .login-role-row:hover,
      .LoginLayoutCloud .content-inner.selectrole .login-role-row:hover,
      .LoginLayoutFancy .content-inner.selectrole .login-role-row:hover,
      .LoginLayoutEnterprise .content-inner.selectrole .login-role-row:hover {
        color: #b21916; }
    .LoginLayoutTmpLegacy .content-inner.selectrole .form-actions,
    .LoginLayoutCloud .content-inner.selectrole .form-actions,
    .LoginLayoutFancy .content-inner.selectrole .form-actions,
    .LoginLayoutEnterprise .content-inner.selectrole .form-actions {
      margin-top: 20px; }
  .LoginLayoutTmpLegacy .form-header,
  .LoginLayoutCloud .form-header,
  .LoginLayoutFancy .form-header,
  .LoginLayoutEnterprise .form-header {
    margin-bottom: 15px;
    text-align: center; }
    .LoginLayoutTmpLegacy .form-header h4,
    .LoginLayoutCloud .form-header h4,
    .LoginLayoutFancy .form-header h4,
    .LoginLayoutEnterprise .form-header h4 {
      font-size: 18px; }
    .LoginLayoutTmpLegacy .form-header h4, .LoginLayoutTmpLegacy .form-header h6,
    .LoginLayoutCloud .form-header h4,
    .LoginLayoutCloud .form-header h6,
    .LoginLayoutFancy .form-header h4,
    .LoginLayoutFancy .form-header h6,
    .LoginLayoutEnterprise .form-header h4,
    .LoginLayoutEnterprise .form-header h6 {
      margin: 0; }

.LoginLayoutCloud .leftbar {
  float: left;
  width: 18%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0f0f0;
  background-size: cover;
  background-image: url("");
  display: block; }

.LoginLayoutCloud .logo {
  margin: 30px 0 0 22%; }

.LoginLayoutCloud .title {
  margin: 100px 0 0 22%; }

.LoginLayoutCloud .content-body {
  margin: 30px 0 0 22%; }

.LoginLayoutCloud .content-footer {
  margin: 0 30px 30px 22%; }

.LoginLayoutFancy body {
  background-size: cover; }

.LoginLayoutFancy .logo {
  margin: 30px auto 0 auto; }

.LoginLayoutFancy .title {
  margin: 150px 0 0 0;
  text-align: center; }

.LoginLayoutFancy .content-body {
  width: 70%;
  margin: 30px auto 0 auto;
  text-align: center; }
  .LoginLayoutFancy .content-body .content-inner {
    width: auto; }
  .LoginLayoutFancy .content-body .form-group {
    width: 180px;
    display: inline-block;
    margin-right: 10px; }
  .LoginLayoutFancy .content-body .form-group > div {
    display: inline-block; }
  .LoginLayoutFancy .content-body .form-actions {
    display: inline; }
  .LoginLayoutFancy .content-body .form-actions > button {
    display: inline-block;
    padding: 10px 40px; }
  .LoginLayoutFancy .content-body .form-actions > a {
    margin-top: 10px;
    font-size: 16px;
    display: block; }

.LoginLayoutFancy .content-footer {
  margin: 0 30px 30px 30px;
  text-align: center; }

.LoginLayoutEnterprise .topbar {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #f0f0f0;
  background-image: url("");
  display: block; }

.LoginLayoutEnterprise .title {
  position: absolute;
  bottom: 30px;
  left: 5%;
  right: 5%; }

.LoginLayoutEnterprise .content-body {
  margin: 40px 5% 0 5%; }

.LoginLayoutEnterprise .content-footer {
  margin: 20px 5% 30px 5%;
  text-align: left;
  padding-right: 280.85px; }

.LoginLayoutEnterprise .logo {
  position: absolute;
  bottom: 30px;
  right: 5%; }

.LoginLayoutTmpLegacy {
  position: relative;
  min-height: 100%;
  padding-bottom: 65px; }
  .LoginLayoutTmpLegacy .heat-table {
    display: table;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .LoginLayoutTmpLegacy .heat-col-left,
  .LoginLayoutTmpLegacy .heat-col-right {
    display: table-cell;
    vertical-align: middle;
    width: 50%; }
  .LoginLayoutTmpLegacy .heat-col-left {
    padding: 30px 3% 30px 6%; }
    .LoginLayoutTmpLegacy .heat-col-left .logo,
    .LoginLayoutTmpLegacy .heat-col-left .title,
    .LoginLayoutTmpLegacy .heat-col-left .content-footer {
      display: none; }
    .LoginLayoutTmpLegacy .heat-col-left .content-body {
      border: 1px solid #CCC;
      padding: 30px; }
      .LoginLayoutTmpLegacy .heat-col-left .content-body .content-inner {
        width: 100%; }
      .LoginLayoutTmpLegacy .heat-col-left .content-body .form-actions {
        margin-left: 25%;
        padding-left: 7px; }
  .LoginLayoutTmpLegacy .heat-col-right {
    padding: 30px 6% 30px 3%; }
    .LoginLayoutTmpLegacy .heat-col-right .logo,
    .LoginLayoutTmpLegacy .heat-col-right .title,
    .LoginLayoutTmpLegacy .heat-col-right .content-footer {
      display: block; }
    .LoginLayoutTmpLegacy .heat-col-right .logo {
      width: 185px;
      height: 25px;
      margin-bottom: 25px; }
    .LoginLayoutTmpLegacy .heat-col-right .title {
      margin-bottom: 25px; }
  .LoginLayoutTmpLegacy .content-body .form-group label {
    display: block;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
    padding: 10px 0 0 0; }
  .LoginLayoutTmpLegacy .heat-bar {
    border: solid red;
    min-height: 60px; }
    .LoginLayoutTmpLegacy .heat-bar.heat-bar-bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #cccccc;
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#cccccc));
      background-image: -webkit-linear-gradient(top, white, #cccccc);
      background-image: -moz-linear-gradient(top, white, #cccccc);
      background-image: -ms-linear-gradient(top, white, #cccccc);
      background-image: -o-linear-gradient(top, white, #cccccc);
      background-image: linear-gradient(to bottom, white, #cccccc);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFFFF', EndColorStr='#FFCCCCCC');
      border-width: 5px 0 0; }
    .LoginLayoutTmpLegacy .heat-bar.heat-bar-top {
      background-color: #cccccc;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(white));
      background-image: -webkit-linear-gradient(top, #cccccc, white);
      background-image: -moz-linear-gradient(top, #cccccc, white);
      background-image: -ms-linear-gradient(top, #cccccc, white);
      background-image: -o-linear-gradient(top, #cccccc, white);
      background-image: linear-gradient(to bottom, #cccccc, white);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFCCCCCC', EndColorStr='#FFFFFFFF');
      border-width: 0 0 5px; }

@media (max-width: 800px) {
  .LoginLayoutFancy .logo {
    width: 185px;
    height: 25px; }
  .LoginLayoutFancy .title {
    margin-top: 100px; }
    .LoginLayoutFancy .title h1 {
      font-size: 28px; }
  .LoginLayoutFancy .content-body {
    margin-top: 20px;
    width: 300px; }
    .LoginLayoutFancy .content-body .form-group {
      width: 100%;
      margin: 0 0 10px 0; }
      .LoginLayoutFancy .content-body .form-group > div {
        width: 100%; }
    .LoginLayoutFancy .content-body .form-actions {
      display: inline; }
      .LoginLayoutFancy .content-body .form-actions > button {
        width: 100%;
        margin: 0; }
      .LoginLayoutFancy .content-body .form-actions > a {
        width: 100%;
        margin: 10px 0 0 0;
        font-size: 16px; }
  .LoginLayoutFancy .content-footer {
    font-size: 12px; } }

@media (max-width: 320px) {
  .LoginLayoutFancy .logo {
    width: 115px;
    height: 16px; }
  .LoginLayoutFancy .title {
    margin-top: 50px; }
    .LoginLayoutFancy .title h1 {
      font-size: 20px; }
  .LoginLayoutFancy .content-body {
    margin-top: 20px;
    width: 90%; }
    .LoginLayoutFancy .content-body .form-group {
      width: 100%;
      margin: 0 0 10px 0; }
      .LoginLayoutFancy .content-body .form-group > div {
        width: 100%; }
    .LoginLayoutFancy .content-body .form-actions {
      display: inline; }
      .LoginLayoutFancy .content-body .form-actions > button {
        width: 100%;
        margin: 0; }
      .LoginLayoutFancy .content-body .form-actions > a {
        width: 100%;
        margin: 10px 0 0 0;
        font-size: 16px; }
  .LoginLayoutFancy .content-footer {
    font-size: 12px; } }

@media (max-width: 800px) {
  .LoginLayoutCloud .leftbar {
    width: 10%; }
  .LoginLayoutCloud .logo,
  .LoginLayoutCloud .title,
  .LoginLayoutCloud .content-body,
  .LoginLayoutCloud .content-footer {
    margin-left: 14%;
    margin-right: 4%; }
  .LoginLayoutCloud .logo {
    width: 185px;
    height: 25px; }
  .LoginLayoutCloud .title {
    margin-top: 100px; }
    .LoginLayoutCloud .title h1 {
      font-size: 28px; }
  .LoginLayoutCloud .content-body {
    margin-top: 20px; }
    .LoginLayoutCloud .content-body .content-inner {
      width: auto;
      max-width: 320px; }
    .LoginLayoutCloud .content-body .form-group {
      width: 100%;
      margin: 0 0 10px 0; }
      .LoginLayoutCloud .content-body .form-group > div {
        width: 100%; }
    .LoginLayoutCloud .content-body .form-actions {
      display: inline; }
      .LoginLayoutCloud .content-body .form-actions > button {
        width: 60%;
        padding: 8px 12.8px;
        text-align: left; }
      .LoginLayoutCloud .content-body .form-actions > a {
        width: 100%;
        margin: 10px 0 0 0;
        font-size: 16px; }
  .LoginLayoutCloud .content-footer {
    font-size: 12px; } }

@media (max-width: 320px) {
  .LoginLayoutCloud .leftbar {
    width: 0; }
  .LoginLayoutCloud .logo {
    width: 115px;
    height: 16px; }
  .LoginLayoutCloud .title {
    margin-top: 50px; }
    .LoginLayoutCloud .title h1 {
      font-size: 20px; }
  .LoginLayoutCloud .logo,
  .LoginLayoutCloud .title,
  .LoginLayoutCloud .content-body,
  .LoginLayoutCloud .content-footer {
    margin-left: 15px;
    margin-right: 15px; }
  .LoginLayoutCloud .content-body {
    margin-top: 20px;
    margin-right: 7%;
    width: auto; }
    .LoginLayoutCloud .content-body .content-inner {
      width: auto; }
    .LoginLayoutCloud .content-body .form-group {
      width: 100%;
      margin: 0 0 10px 0; }
      .LoginLayoutCloud .content-body .form-group > div {
        width: 100%; }
    .LoginLayoutCloud .content-body .form-actions {
      display: inline; }
      .LoginLayoutCloud .content-body .form-actions > button {
        width: 80%;
        padding: 8px 12.8px;
        text-align: left;
        margin: 0; }
      .LoginLayoutCloud .content-body .form-actions > a {
        width: 100%;
        margin: 10px 0 0 0;
        font-size: 16px; }
  .LoginLayoutCloud .content-footer {
    font-size: 12px; } }

@media (max-width: 800px) {
  .LoginLayoutEnterprise .topbar {
    height: 120px; }
    .LoginLayoutEnterprise .topbar .title {
      bottom: 20px; }
  .LoginLayoutEnterprise .logo {
    width: 185px;
    height: 25px;
    position: inherit;
    margin: 0 5%; }
  .LoginLayoutEnterprise .title {
    margin-top: 100px; }
    .LoginLayoutEnterprise .title h1 {
      font-size: 28px; }
  .LoginLayoutEnterprise .content-body {
    margin-top: 20px; }
    .LoginLayoutEnterprise .content-body .content-inner {
      width: auto;
      max-width: 320px; }
    .LoginLayoutEnterprise .content-body .form-group {
      width: 100%;
      margin: 0 0 10px 0; }
      .LoginLayoutEnterprise .content-body .form-group > div {
        width: 100%; }
    .LoginLayoutEnterprise .content-body .form-actions {
      display: inline; }
      .LoginLayoutEnterprise .content-body .form-actions > button {
        width: 60%;
        padding: 8px 12.8px;
        text-align: left; }
      .LoginLayoutEnterprise .content-body .form-actions > a {
        width: 100%;
        margin: 10px 0 0 0;
        font-size: 16px; }
  .LoginLayoutEnterprise .content-footer {
    font-size: 12px;
    padding-right: 0; } }

@media (max-width: 320px) {
  .LoginLayoutEnterprise .topbar {
    height: 100px; }
    .LoginLayoutEnterprise .topbar .title {
      bottom: 15px; }
  .LoginLayoutEnterprise .logo {
    width: 115px;
    height: 16px; }
  .LoginLayoutEnterprise .title {
    margin-top: 20px; }
    .LoginLayoutEnterprise .title h1 {
      font-size: 20px; }
  .LoginLayoutEnterprise .logo,
  .LoginLayoutEnterprise .content-body,
  .LoginLayoutEnterprise .content-footer {
    margin-left: 15px;
    margin-right: 15px; }
  .LoginLayoutEnterprise .content-body {
    margin-top: 20px;
    margin-right: 7%;
    width: auto; }
    .LoginLayoutEnterprise .content-body .content-inner {
      width: auto; }
    .LoginLayoutEnterprise .content-body .form-group {
      width: 100%;
      margin: 0 0 10px 0; }
      .LoginLayoutEnterprise .content-body .form-group > div {
        width: 100%; }
    .LoginLayoutEnterprise .content-body .form-actions {
      display: inline; }
      .LoginLayoutEnterprise .content-body .form-actions > button {
        width: 100%;
        padding: 8px 12.8px;
        text-align: left;
        margin: 0; }
      .LoginLayoutEnterprise .content-body .form-actions > a {
        width: 100%;
        margin: 10px 0 0 0;
        font-size: 16px; }
  .LoginLayoutEnterprise .content-footer {
    font-size: 12px; } }

@media (max-width: 768px) {
  .LoginLayoutTmpLegacy .heat-col-left {
    padding-left: 10%;
    padding-right: 10%;
    width: 100%; }
    .LoginLayoutTmpLegacy .heat-col-left .logo,
    .LoginLayoutTmpLegacy .heat-col-left .title,
    .LoginLayoutTmpLegacy .heat-col-left .content-footer {
      display: block; }
    .LoginLayoutTmpLegacy .heat-col-left .logo {
      width: 185px;
      height: 25px;
      margin-bottom: 25px; }
    .LoginLayoutTmpLegacy .heat-col-left .title {
      margin-bottom: 25px; }
    .LoginLayoutTmpLegacy .heat-col-left .content-body {
      margin-bottom: 25px;
      overflow: hidden; }
      .LoginLayoutTmpLegacy .heat-col-left .content-body .content-inner {
        width: auto;
        max-width: 350px; }
        .LoginLayoutTmpLegacy .heat-col-left .content-body .content-inner.selectrole {
          max-width: none; }
      .LoginLayoutTmpLegacy .heat-col-left .content-body .form-actions {
        margin-left: 0;
        padding-left: 0; }
  .LoginLayoutTmpLegacy .heat-col-right {
    display: none; } }

@media (max-width: 480px) {
  .LoginLayoutTmpLegacy .heat-col-left .logo {
    width: 139px;
    height: 19px;
    margin-bottom: 25px; }
  .LoginLayoutTmpLegacy .heat-col-left .title {
    margin-bottom: 25px; }
    .LoginLayoutTmpLegacy .heat-col-left .title h1 {
      font-size: 28px; }
  .LoginLayoutTmpLegacy .heat-col-left .content-body {
    margin-bottom: 25px;
    padding: 0;
    border: 0; } }

@media (max-width: 320px) {
  .LoginLayoutTmpLegacy {
    padding-bottom: 0;
    min-height: inherit; }
  .LoginLayoutTmpLegacy .heat-bar {
    display: none; } }

@media (max-height: 600px) {
  .LoginLayoutTmpLegacy {
    padding-bottom: 0;
    min-height: inherit; }
  .LoginLayoutTmpLegacy .heat-bar {
    display: none; } }
