@font-face {
  font-family: "Siemens Sans";
  src: url("../fonts/SiemensSansPro_W_Rm.woff");
}

@font-face {
  font-family: "Siemens Sans-Black";
  src: url("../fonts/SiemensSansPro_W_Rm.woff");
}

@font-face {
  font-family: "Siemens Sans-Roman";
  src: url("../fonts/SiemensSansPro_W_Rm.woff");
}

@font-face {
  font-family: "Siemens Sans-Bold";
  src: url("../fonts/SiemensSansPro_W_Bd.woff");
}

.login {
  width: 100%;
  height: 100%;
  background-color: var(--primary-colorssolidsdeep-blue);
}

.login .overlap-group {
  position: relative;
  height: 100%;
}

.login .sie-xcelerator-shape {
  position: absolute;
  width: 35%;
  height: 90%;
  top: 10%;
  left: 65%;
}

.login .sie-xcelerator-shape.withdiv {
  background-image: url(../img/sie-xcelerator-shape-bold-green-bold-blue-rgb-1.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 43%;
  height: 90%;
  top: 10%;
  left: 57%;
}

.login .sie-xcelerator-shape.new {
  background-image: url(../img/sie-xcelerator-shape-bold-green-bold-blue-rgb-1.svg);
  background-position: right -12.0833333333rem bottom -8.3333333333rem;
  background-position-x: right -12.0833rem;
  background-position-y: bottom -8.33333rem;
  background-repeat: no-repeat;
  background-size: 66.6666666667rem;
  width: 43%;
  height: 90%;
}

.login .content {
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}

.login .header {
    align-self: stretch;
    padding-left: 80px;
    padding-top: 32px;
    padding-bottom: 32px;
    background: #000028;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    display: flex;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
}

.login .header-elements {
  position: relative;
  width: 100%;
  height: 24px;
}

.login .links {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  position: absolute;
  top: 0;
  left: 65%;
}

.login .div {
  display: inline-flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.login .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Siemens Sans-Roman", Helvetica, sans-serif;
  font-weight: 400;
  color: #9999A9;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 20px;
  white-space: nowrap;
}

.login .siemens-logo.new {
  background-image: url(../img/siemens-logo.svg);
  background-repeat: no-repeat;
  width: 30rem;
  height: 3rem;
  left: 3rem;
  display: flex;
  position: relative;
  background-size: contain;
  top: 3rem;
}

.login .siemens-logo {
  background-image: url(../img/siemens-logo.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 126.25px; /* Adjusted to fit the design was 180px */
  height: 20px; /* Adjusted to fit the design was 28px */
  top: 0;
  left: 0;
}

.login .login-dark-system {
  width: 30%; /* Adjusted to fit the design was 420px*/
  overflow: hidden;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.login .div-2 {
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background: var(--Background-Dark-Elevation-1, #23233C);
}

.login .headline {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.login .title-and-version {
  display: flex;
  flex-direction: column;
  width: 40%;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  margin-right: -20px;
}

.login .product-name {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Siemens Sans-Black", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  color: var(--primary-colorssolidswhite);
  font-size: 36px;
  letter-spacing: -0.5px;
  line-height: 48px;
}

.login .form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.login .input-floating-label {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 44px;
  background-color: var(--interactiondarkinteractive-coral-12-db);
  border-radius: 2px;
  border: 1px solid;
  border-color: var(--secondary-colorsdeep-blue-70);
  box-shadow: inset 0px 2px 4px #00002833;

  font-family: "Siemens Sans-Roman", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--secondary-colorsdeep-blue-30);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.login .label {
  position: absolute;
  top: 7px;
  left: 16px;
  font-family: "Siemens Sans-Roman", Helvetica, sans-serif;
  font-weight: 400;
  color: var(--secondary-colorsdeep-blue-30);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.form .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--interactiondarkinteractive-coral);
  border-style: none;
  box-sizing: border-box;
}

.form .button-text {
  position: relative;
  width: fit-content;
  font-family: "Siemens Sans-Roman", Helvetica, sans-serif;
  font-feature-settings: 'liga' off, 'clig' off;
  font-style: normal;
  font-weight: 700;
  color: var(--primary-colorssolidsdeep-blue);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.login .footer {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 56px;
  padding-left: 318px;
  padding-right: 318px;
  background: #000028;
  justify-content: space-around;
  align-items: center;
  flex: 0 0 auto;
  position: relative;
  display: flex;
}

.button:hover {
  background-color: #00FFB9;
  cursor: pointer;
}