:root {
  --login-bg-color: #fff;
  --login-text-color: #000;
  --login-overlay-color: #444;
  --login-overlay-text-color: #fff;
}
body {
  background-color: var(--login-bg-color);
}
.login-body {
  background-color: var(--login-bg-color);
  color: var(--login-text-color);
  font: normal 14px / 140% 'Open Sans', sans-serif;
  line-height: 1.1;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.login-body[aria-busy=true] {
  display: none;
}
.login-body * {
  color: inherit;
}
.login-body .h1,
.login-body h1 {
  font-size: 36px;
}
.login-body .h2,
.login-body h2 {
  font-size: 30px;
}
.login-body .h3,
.login-body h3 {
  font-size: 24px;
}
.login-body .h4,
.login-body h4 {
  font-size: 18px;
}
.login-body .h5,
.login-body h5 {
  font-size: 14px;
}
.login-body .h6,
.login-body h6 {
  font-size: 12px;
}
.login-body .standard-padding {
  margin-top: 35px;
}
.login-holder {
  width: 300px;
  margin-left: 200px;
  padding-top: 120px;
}
.login-holder img {
  max-height: 100px;
  max-width: 200px;
}
.login-holder label {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.login-holder label p {
  font-size: 14px;
}
.login-holder label.remember-me input {
  float: left;
}
.login-holder label.remember-me > span {
  display: block;
  margin-left: 20px;
}
.login-holder label.remember-me > span > span {
  display: block;
  opacity: 0.75;
  font-size: 13px;
  font-weight: normal;
}
.login-holder form {
  margin-bottom: 40px;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 0 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
  color: #3c763d;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.form-control,
output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  display: block;
}
.field-validation-error {
  position: relative;
  display: block;
  padding: 6px 12px;
  margin-top: 7px;
  border: 0;
  background: #444;
  color: #fff;
}
.field-validation-error:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 0, 0, 0);
  border-bottom-color: #444;
  border-width: 5px;
  margin-left: -5px;
}
.login-method-button {
  color: var(--login-overlay-text-color);
  background-color: var(--login-overlay-color);
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin: 10px 0;
  padding: 25px 15px;
}
.login-method-button h1,
.login-method-button h2,
.login-method-button h3,
.login-method-button h4 {
  margin: 0 0 10px;
  text-decoration: underline;
  font-weight: normal;
}
.login-method-button p {
  font-weight: 400;
  margin: 0;
  text-decoration: none;
}
.login-method-button .ninja {
  border: none;
  height: 1px;
  opacity: 0.1;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.partner-button {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: var(--login-overlay-color);
  border: none;
  color: var(--login-overlay-text-color);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  padding: 0 6.5px;
  display: block;
  margin: 10px 0;
  padding: 25px 15px;
  border-radius: 3px;
}
.partner-button:hover {
  text-decoration: none;
}
.partner-button:before,
.partner-button:after {
  display: inline-block;
  font-family: "Colibo";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: var(--login-overlay-text-color);
  font-size: inherit;
  vertical-align: baseline;
}
.partner-button:before {
  margin-right: 0.5em;
}
.partner-button:after {
  margin-left: 0.5em;
}
.partner-button:before {
  display: inline-block;
  font-family: "Colibo";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f157";
  line-height: 25px;
}
.resend-2fa-code-button {
  padding-left: 27px;
}
.resend-2fa-code-button:before {
  display: inline-block;
  font-family: "Colibo";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f15e";
  line-height: 25px;
}
.device-login-button {
  cursor: pointer;
  display: block;
  margin: 10px 0;
  padding: 10px 15px;
  color: var(--login-overlay-text-color);
  background-color: var(--login-overlay-color);
  border-radius: 3px;
}
.device-login-button h1,
.device-login-button h2,
.device-login-button h3,
.device-login-button h4 {
  margin: 0 0 10px;
  text-decoration: underline;
}
.device-login-button p {
  font-weight: 400;
  margin: 0;
}
.button {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: var(--login-overlay-color);
  border: none;
  color: var(--login-overlay-text-color);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  white-space: nowrap;
  border-radius: 3px;
  height: 26px;
  line-height: 26px;
  padding: 0 6.5px;
}
.button:hover {
  text-decoration: none;
}
.button:before,
.button:after {
  display: inline-block;
  font-family: "Colibo";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: var(--login-overlay-text-color);
  font-size: inherit;
  vertical-align: baseline;
}
.button:before {
  margin-right: 0.5em;
}
.button:after {
  margin-left: 0.5em;
}
.button-primary {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: var(--login-overlay-color);
  border: none;
  color: var(--login-overlay-text-color);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  white-space: nowrap;
  border-radius: 3px;
  height: 52px;
  line-height: 39px;
  padding: 0 26px;
  font-size: 15px;
  font-weight: bold;
}
.button-primary:hover {
  text-decoration: none;
}
.button-primary:before,
.button-primary:after {
  display: inline-block;
  font-family: "Colibo";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: var(--login-overlay-text-color);
  font-size: inherit;
  vertical-align: baseline;
}
.button-primary:before {
  margin-right: 0.5em;
}
.button-primary:after {
  margin-left: 0.5em;
}
.button.secondary-login-button {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: var(--login-overlay-color);
  border: none;
  color: var(--login-overlay-text-color);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  white-space: nowrap;
  border-radius: 3px;
  height: 26px;
  line-height: 26px;
  padding: 0 6.5px;
  position: relative;
  padding-left: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
}
.button.secondary-login-button:hover {
  text-decoration: none;
}
.button.secondary-login-button:before,
.button.secondary-login-button:after {
  display: inline-block;
  font-family: "Colibo";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: var(--login-overlay-text-color);
  font-size: inherit;
  vertical-align: baseline;
}
.button.secondary-login-button:before {
  margin-right: 0.5em;
}
.button.secondary-login-button:after {
  margin-left: 0.5em;
}
.button.secondary-login-button .icon {
  position: absolute;
  top: 7px;
  left: 7px;
}
.return-to-login-methods-button,
.return-to-device-user-select {
  padding-left: 27px;
}
.return-to-login-methods-button:before,
.return-to-device-user-select:before {
  display: inline-block;
  font-family: "Colibo";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f14c";
  line-height: 25px;
}
@media (max-width: 767px) {
  .login-body .login-holder {
    width: auto;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 25px;
  }
  .login-body .login-holder label {
    font-size: 16px;
  }
}
