.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.position {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
.login-body {
  font-family: 'Source Sans Pro', 'Arial', 'Helvetica', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 630px;
  /* Change password */

}
.login-body .login-page {
  background-repeat: no-repeat;
  background-size: cover;
}
.login-body form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-body .login-form {
  max-width: 420px;
  width: 100%;
  background-color: #fff;
  position: relative;
  min-height: 600px;
  margin: 0 20px 20px;
}
.login-body .top-box {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 43px;
  position: relative;
  height: auto;
  min-height: 430px;
  padding-bottom: 40px;
}
.login-body .login-logo {
  margin: auto;
  width: 100%;
  height: 50px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}
.login-body .centered-text:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.login-body .centered-text {
  text-align: center;
}
.login-body .login-btn {
  display: inline-block;
  width: 100%;
  height: 30px;
  font-size: 14px;
  border-radius: 2px;
  border: 0;
  opacity: 0.9;
}
.login-body .login-btn:hover {
  opacity: 1;
}
.login-body .login-or {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #555;
  margin-bottom: 5px;
}
.login-body .login-input {
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.login-body .login-input input {
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  float: right;
  font-weight: 600;
  color: #555;
  border: 1px solid #ddd;
  border-left: none;
  flex: 1;
  display: -webkit-flex;
}
.login-body .login-rememberme {
  margin: 20px 0;
  margin-bottom: 16px;
  color: #888;
}
.login-body .login-rememberme:hover {
  color: #999;
}
.login-body .login-rememberme input[type="checkbox"] {
  display: none;
}
.login-body .login-rememberme label {
  cursor: pointer;
  font-weight: 600;
  position: relative;
  top: 1px;
}
.login-body .login-rememberme input[type="checkbox"] + label:before {
  border: 1px solid #888;
  content: "\00a0";
  display: inline-block;
  font: 2px/1em;
  height: 7px;
  width: 7px;
  margin: -0.1em 0.75em 0 0;
  padding: 1px;
  vertical-align: top;
  font-size: 8px;
  border-radius: 2px;
}
.login-body .login-rememberme:hover input[type="checkbox"] + label:before {
  border: 1px solid #999;
}
.login-body .login-rememberme input[type="checkbox"]:checked + label:before {
  background: #fff;
  content: "\2713";
  text-align: center;
}
.login-body .login-rememberme input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}
.login-body a.login-forgot:not([href]):not([tabindex]),
.login-body a.login-forgot:not([href]):not([tabindex]):visited {
  font-size: 15px;
  color: #666;
  padding-bottom: 1px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
  cursor: pointer;
}
.login-body label span {
  cursor: pointer;
}
.login-body a.login-forgot:not([href]):not([tabindex]):hover {
  color: #999;
}
.login-body .login-error {
  color: #f53a31;
  font-weight: bold;
}
.login-body #info-box {
  display: block;
  margin-bottom: 10px;
}
.login-body span[class^="icon-"],
.login-body span[class*=" icon-"] {
  content: "";
  display: inline-block;
  float: left;
  width: 38px;
  height: 41px;
}
.login-body .login-google,
.login-body .login-google:visited {
  height: 41px;
  background-color: #bd1818;
  font-size: 18px;
  text-decoration: none;
  color: white !important;
  margin-bottom: 10px;
  border-radius: 3px;
}
.login-body .icon-mail {
  background: #cddbe5 url('/images/login/mail.png') no-repeat center center;
  background-size: 15px;
}
.login-body .icon-lock {
  background: #cddbe5 url('/images/login/password.png') no-repeat center center;
  background-size: 10px;
}
.login-body .icon-google {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/images/login/google.png');
  background-color: #901212;
  background-size: 15px 15px;
  border-radius: 3px 0 0 3px;
}
.login-body .login-remembermeContainer {
  margin-bottom: 24px;
  margin-top: 20px;
  position: relative;
}
.login-body .login-remembermeContainer span {
  margin-left: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #6b6b6b;
  top: -2px;
  position: relative;
}
.login-body .login-remembermeContainer input {
  top: 2px;
}
.login-body .login-input {
  height: unset;
  border: solid 1px #CDDBE5;
}
.login-body .login-mail {
  background: url('/images/login/mail.png') no-repeat 9px 12px #cddbe5;
}
.login-body .login-password,
.login-body .login-pass-repeat {
  background: url('/images/login/password.png') no-repeat 13px 12px #cddbe5;
}
.login-body .login-username {
  background: #cddbe5 url('/images/login/user_icon_white.svg') no-repeat 7px 9px;
  background-size: 23px;
}
.login-body .login-company {
  background: #cddbe5 url('/images/login/suitcase_white.svg') no-repeat 7px 9px;
  background-size: 23px;
}
.login-body .login-input input[type=text],
.login-body .login-input input[type=password],
.login-body .login-input input[type=email] {
  margin-left: 38px;
  height: 38px;
  padding-left: 12px;
  font-size: 20px;
  font-weight: normal;
  border: none;
  width: calc(100% - 38px);
}
.login-body .login-button,
.login-body .login-button:visited {
  height: 41px;
  background-color: #D3D3D3;
  color: #292929 !important;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  cursor: pointer;
}
.login-body .login-forgot:visited {
  position: absolute;
  bottom: 25px;
  font-size: 13px;
}
.login-body .bottom-box {
  background-color: #f6f6f6;
  -webkit-box-shadow: inset 0 7px 15px -7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 7px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 7px 15px -7px rgba(0, 0, 0, 0.2);
  padding: 35px 50px;
  max-height: 130px;
  height: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
}
.login-body .login-new {
  width: 40%;
  color: #555;
  font-size: 22px;
  font-weight: normal;
  display: inline-block;
}
.login-body .login-newbutton,
.login-body .login-newbutton:visited {
  width: 60%;
  font-size: 15px;
  background-color: #9f9d9d;
  color: #E5E5E5 !important;
  min-height: 41px;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.login-body .support-info {
  width: 100%;
}
.login-body .support-info span {
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-top: 2px;
}
.login-body .support-info a,
.login-body .support-info a:hover {
  color: #000000;
  font-weight: 800;
}
@media (max-height: 700px) {
  .login-body .support-info {
    height: 20px;
  }
  .login-body .support-info span {
    margin-top: 5px;
  }
}
.login-body .login-form {
  box-shadow: 1px 1px 20px 0px rgba(136, 136, 136, 0.54);
}
.login-body .login-input input,
.login-body .login-button {
  font-family: Source Sans Pro;
}
@media (min-width: 600px) {
  .login-body .login-form {
    min-width: 450px;
  }
}
@media (max-width: 479px) {
  .login-body {
    min-height: unset;
  }
  .login-body .login-form {
    min-height: unset;
    width: unset;
  }
  .login-body form {
    margin-bottom: 0;
    margin-block-end: 0;
  }
  .login-body .top-box,
  .login-body .bottom-box {
    padding-left: 25px;
    padding-right: 25px;
  }
  .login-body .login-input input[type=text],
  .login-body .login-input input[type=password] {
    font-size: 16px;
  }
  .login-body .top-box {
    padding-top: 25px;
    padding-bottom: 20px;
    min-height: unset;
  }
  .login-body .bottom-box {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .login-body .login-logo {
    margin-bottom: 30px;
  }
  .login-body .login-newbutton {
    min-height: 32px;
  }
  .login-body .login-new {
    font-size: 16px;
  }
  .login-body .login-or {
    height: 20px;
  }
  .login-body .login-remembermeContainer {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .login-body .support-info {
    width: unset;
    margin: 0 20px;
    height: unset;
  }
}
.login-body .gdprAccept input[type=checkbox] {
  float: left;
  padding-right: 10px;
  width: 14px !important;
  margin-left: 0px;
  margin-right: 10px !important;
  position: relative;
}
.login-body .gdprAccept span {
  line-height: 20px;
}
.login-body .gdprAccept a,
.login-body .gdprAccept a:hover,
.login-body .gdprAccept a:visited {
  text-decoration: underline !important;
}
.login-body .login-new-de {
  width: 167px;
}
.login-body .login-new-sv {
  width: 177px;
}
.login-body .login-new-es {
  width: 168px;
}
.login-body .password-explanation {
  color: #737373;
  font-weight: normal;
  margin-bottom-bottom: 15px;
}
.login-body .password-strength-container {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem;
}
.login-body .password-explanation {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}
.login-body .password-strength-container {
  border-radius: 0;
}
.login-body .password-reset .top-box {
  min-height: unset;
}
.login-body .password-reset .login-form {
  min-height: unset;
}
.login-body .password-reset .login-button {
  margin-top: 20px;
}
/* New user */

.login-body .new-user .login-form {
  min-height: unset;
}
.login-body .new-user .input-row {
  display: flex;
}
.login-body .new-user .login-input {
  flex: 1;
}
.login-body .new-user .login-input-group {
  margin-top: 8%;
}
.login-body .new-user .login-submit {
  margin-top: 10%;
}
.login-body .new-user .field-container {
  margin-bottom: 13px;
}
.login-body .new-user .login-input {
  margin-bottom: 0;
}
.login-body .new-user.new-user-pass .login-submit {
  margin-top: 0;
}
.login-body .new-user-pending .success-mark {
  display: flex;
  max-width: 25%;
  margin: 45px auto 25px;
}
.login-body .new-user-pending .step-header {
  margin-bottom: 20px;
}
.login-page .checkbox-list .icon-holder {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 2px;
  transition: background 0.4s ease, border-color 0.4s ease;
  border: 1px solid #c9c9c9;
}
.login-page .checkbox-label-text {
  font-size: 14px;
  line-height: 18px;
}
.login-body .new-user.new-user-pass .login-submit {
  margin-top: 0;
}
