.tcl-login__wrapper {
  background-size: cover;
  background-position: center center;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
.tcl-login__wrapper * {
  position: relative;
  z-index: 2;
}
.tcl-login__wrapper:after {
  content: "";
  width: 25%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.9;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}
.tcl-login__wrapper:before {
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(69%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff 0%, #fff 69%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.9;
  z-index: 2;
}
.tcl-login__main-heading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 50px;
  color: #111111;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .tcl-login__main-heading {
    font-size: 32px;
  }
}
.tcl-login__form form {
  position: relative;
}
.tcl-login__form-response {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111111;
  text-align: center;
  margin-top: 30px;
}
.tcl-login__form-response.error {
  color: red;
}
.tcl-login__form-field {
  margin-bottom: 40px;
  position: relative;
}
.tcl-login__form-field .field-error {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: red;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 3px);
}
.tcl-login__form-field .show-password {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: 7px;
  cursor: pointer;
  background-image: url("../../../images/icon-passwort-hidden.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.tcl-login__form-field .show-password.active {
  background-image: url("../../../images/icon-passwort-visible.svg");
}
.tcl-login__form-field-label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #111111;
  margin-bottom: 10px;
  width: 100%;
}
.tcl-login__form-field-label span {
  font-weight: 600;
}
.tcl-login__form-field input {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #111111;
  border: 0;
  outline: none;
  background: none;
  border-bottom: solid 1px #ced4da;
  padding: 4px 4px;
  width: 100%;
  height: 50px;
  border: 1px solid #111111;
  padding: 15px;
  background: #fff;
  width: 100%;
}
.tcl-login__form-field input::-webkit-input-placeholder {
  opacity: 0.5;
}
.tcl-login__form-field input::-moz-placeholder {
  opacity: 0.5;
}
.tcl-login__form-field input:-ms-input-placeholder {
  opacity: 0.5;
}
.tcl-login__form-field input::-ms-input-placeholder {
  opacity: 0.5;
}
.tcl-login__form-field input::placeholder {
  opacity: 0.5;
}
.tcl-login__form-button button {
  border: 0;
  font-family: "Montserrat";
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid var(--accent-background-button, #111111);
  background-color: var(--accent-background-button, #111111);
  color: #ffffff;
  padding: 15px;
  width: 100%;
  text-align: center;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.tcl-login__form-button button svg {
  margin-left: 10px;
}
.tcl-login__form-button button:disabled {
  opacity: 0.5 !important;
}
.tcl-login__form-button button:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
@media (max-width: 575px) {
  .tcl-login__form-button button:hover {
    color: #ffffff;
    background-color: #111111;
  }
  .tcl-login__form-button button:disabled {
    opacity: 1 !important;
  }
}
.tcl-login__form-link {
  margin-top: 50px;
}
.tcl-login__form-link a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #111111;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .tcl-login__form-link {
    margin-bottom: 50px;
  }
}
.tcl-login__content {
  background: rgba(255, 255, 255, 0.9);
  opacity: 0.95;
  -webkit-box-shadow: 0px 4px 45px rgba(132, 132, 132, 0.1);
          box-shadow: 0px 4px 45px rgba(132, 132, 132, 0.1);
  border-radius: 20px;
  padding: 50px;
  padding-bottom: 72px;
  position: relative;
}
.tcl-login__heading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 30px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #111111;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .tcl-login__heading {
    font-size: 24px;
  }
}
.tcl-login__short-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111111;
  text-align: center;
  margin-bottom: 60px;
}
.tcl-login__short-description p {
  margin: 0 0;
}
.tcl-login__description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111111;
  text-align: center;
}
.tcl-login__description ul li {
  margin-bottom: 15px !important;
}
.tcl-login__description ul li:after {
  content: "";
  width: 6px !important;
  height: 6px !important;
  top: 10px !important;
  background-color: #111111 !important;
}
.tcl-login__description p {
  margin-bottom: 25px;
}
.tcl-login__description p:last-child {
  margin-bottom: 0;
}
.tcl-login__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 22px);
}
.tcl-login__link a {
  font-family: "Montserrat";
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid var(--accent-background-button, #111111);
  background-color: var(--accent-background-button, #111111);
  color: #ffffff;
  padding: 15px;
  width: 100%;
  text-align: center;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: none;
  text-decoration: none;
  padding: 10px 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
}
.tcl-login__link a svg {
  margin-left: 10px;
}
.tcl-login__link a:disabled {
  opacity: 0.5 !important;
}
.tcl-login__link a:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
@media (max-width: 575px) {
  .tcl-login__link a:hover {
    color: #ffffff;
    background-color: #111111;
  }
  .tcl-login__link a:disabled {
    opacity: 1 !important;
  }
}