:host {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  width: 100%;
  --paper-input-container-underline: {
    background-color: var(--color-ti-primary-red);
  }

  --paper-input-container-underline-focus: {
    background-color: var(--color-ti-primary-red);
  }
}

.advanced-settings-container {
  height: calc(100% / 2);
  width: 90%;
}

.btn.primary.red {
  background-color: var(--color-ti-primary-red);
  color: var(--color-ti-white);
  border: none;
  font-size: medium;
  height: 50px;
  line-height: 50px;
  min-width: 135px;
  width: 35%;
  outline: none;
  margin: 0;
  padding: 0;
}

.header {
  color: var(--color-ti-primary-red);
  font-size: 18px;
  width: 100%;
}

.info-texts * {
  width: 100%;
}

.inputs {
  height: 40%;
  width: 30%;
}

.register-buttons {
  height: calc(100% - 65% - 20%);
  width: 100%;
}

.register-inputs {
  height: 45%;
  width: 90%;
}

.register-input-block {
  height: calc(100% / 2);
  width: 100%;
}

.info-texts {
  color: var(--color-ti-border-grey-02);
  height: 100%;
  justify-content: center;
  width: 50%;
}

.register-label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4%;
}

.register-label-info {
  font-size: 14px;
  font-weight: normal;
}

.script-window {
  height: 10%;
  width: 100%;
}

.script-window {
  color: var(--color-ti-text-blue);
  cursor: pointer;
  font-style: italic;
  text-decoration: underline;
}
