.common-auth-container {
  height: 100%;
}

.block-auth {
  width: 360px;
  min-width: 100%;
  height: 642px;
  background-color: #fafafa;
  padding: 0 24px;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.auth-logo-wrapper {
  width: auto;
  height: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
}

.auth-logo-wrapper > h1 {
  font-weight: bold;
  font-size: 25px;
  line-height: 20px;
  color: #1a1919;
}

.block-auth > h3 {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #2f2e2d;
  margin-bottom: 0;
}

.common-auth-form {
  margin-top: 30px;
}

.button-login {
  margin-top: 48px;
}
.button-continue {
  align-items: flex-end;
  height: 100%;
  display: flex;
}
.button-back {
  margin-top: 15px;
  margin-bottom: 50px;
  text-align: center;
}

.auth-container-error {
  position: relative;
  display: flex;
  height: 38px;
}

.auth-forgot-error {
  flex-shrink: 0;
  line-height: 20px;
  display: grid;
  grid-template: 1fr /100%;
  justify-content: space-between;
  margin-top: 4px;

  height: auto;
}
.auth-forgot-error.indent {
  margin-top: 5px;
}

.auth-forgot-error > .text-error {
  justify-self: flex-start;
  font-size: 12px;
  line-height: 130%;
  display: flex;
  gap: 5px;

  color: #ee3a3a;
}

.validation-summary-errors {
  margin: 0;
  padding: 0;
}
.validation-summary-errors > ul > li,
.validation-summary-errors > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.validation-summary-errors > ul {
  position: absolute;
}

.validation-summary-errors > ul > li {
  position: relative;
}

.auth-container-error > .auth-forgot {
  position: absolute;
  right: 0;
  height: auto;
  line-height: 20px;
}

.validation-summary-errors > ul > li:not(:first-child) {
  margin-top: 6px;
}

.contact-information {
  margin-bottom: 10px;
}
.validation-summary-errors > ul > li {
  margin-left: 20px;
  /*width: 290px;*/
}

.register-helpertext > .validation-summary-errors > ul > li {
  margin-left: 0px;
}
.validation-summary-errors > ul > li::after {
  position: absolute;
  content: "!";
  top: 0;
  left: -20px;
  background-color: #ee3a3a;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  flex-shrink: 0;
}

.validation-summary-errors > ul {
  position: relative;
}

.auth-forgot-error > .auth-forgot > button {
  text-decoration: none;
  color: #1581e2;
  font-size: 12px;
  line-height: 16px;
  font-family: "NotoSans", sans-serif;
}
.form-divider {
  width: 100%;
  height: auto;
  margin: 20px auto 20px auto;
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #817f7e;
  text-align: center;
  position: relative;
  line-height: 20px;
}

.form-divider:before,
.form-divider:after {
  content: "";
  height: 2px;
  width: calc(47% - 10px);
  background: #eae9e9;
  display: block;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}

.form-divider:before {
  left: 0;
}

.form-divider:after {
  right: 0;
}

.login-container-input {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% + 96px);
}
.container-privacy {
  margin-top: 0;
}

.privacy {
  display: grid;
  width: 360px;
  grid-template: 1fr / auto auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #1581e2;
  font-family: "NotoSans", sans-serif;
}

.privacy > a {
  text-decoration: none;
  color: #1581e2;
  font-size: 12px;
  line-height: 16px;
}

.new-account {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.new-account > div:nth-child(1) {
  line-height: 20px;
}

.register-helpertext {
  font-size: 12px;
  line-height: 130%;
  color: #2f2e2d;
  text-align: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}

.privacy > .psbutton-transparent > .psbutton-transparent-img {
  filter: none !important;
}

.google-button {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-scroll {
  position: relative;
  width: 100%;
  height: 180em;
  overflow: hidden;
  padding: 10px;
  display: grid;
}

.text-block-scroll {
  height: 100%;
  overflow-y: auto;
  padding-right: 20px;
  box-sizing: content-box;
}

.gradient-scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fafafa);
  pointer-events: none;
}
.gradient-hidden {
  opacity: 0;
}

.text-timer {
  color: #817f7e;
  text-align: left;
  line-height: 140%;
  font-size: 14px;
  margin-top: 20px;
}
.text-timer > span {
  font-weight: bold;
  color: #5d5c5b;
}
.text-for-veryfication {
  color: #817f7e;
  text-align: left;
  line-height: 140%;
  font-size: 14px;
  margin-top: 15px;
}

.text-for-veryfication > span {
  font-weight: bold;
  color: #5d5c5b;
}

.text-attempts {
    color: #817f7e;
    text-align: left;
    line-height: 140%;
    font-size: 14px;
    margin-top: 10px;
}

.text-attempts > span {
    font-weight: bold;
    color: #5d5c5b;
}

.auth-forgot-container {
    height: 38px;
}

.auth-forgot-wrapper {
    line-height: 20px;
    height: 26px;
    text-align: right;
}
