@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  background-image: url("../../../img/signin/bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center left;
}

#root-wrapper {
  position: relative !important;
  overflow: auto !important;
  width: 100%;
  height: 100%;
  bottom: 0;
}

#content-container {
  background: transparent !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

div {
  width: 100%;
}

.signin {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content 1fr min-content min-content;
  min-height: 100vh;
  min-height: 100svh;
}

@media (min-width: 1024px) {
  .signin {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: min-content 1fr min-content;
  }
}

.signin__header {
  grid-column: 1 / -1;
  grid-row: 1;
  padding: 14px 24px;
}

@media (min-width: 1024px) {
  .signin__header {
    grid-column: 1 / 2;
    grid-row: 1;
    padding: 24px 24px 0;
  }
}

.signin__footer {
  grid-column: 1 / -1;
  grid-row: 4 / 5;
  padding: 40px 16px 16px;
}

@media (min-width: 1024px) {
  .signin__footer {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    padding: 0 16px 40px 16px;
  }
}

.signin__footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 388px;
  width: 100%;
  margin: 0 auto;
}

.signin__footer ul li {
  padding-bottom: 5px;
  padding-right: 20px;
}

.signin__footer ul li a {
  color: #d9e5ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.signin__testimonial {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1 / -1;
  grid-row: 3;
  row-gap: 26px;
  padding: 26px 16px;
}

@media (min-width: 1024px) {
  .signin__testimonial {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    row-gap: 50px;
    padding: 0;
  }
}

.signin__testimonial--container {
  max-width: 388px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 42px;
}

.signin__testimonial--container h1 {
  color: #f2f3fd;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .signin__testimonial--container h1 {
    font-size: 42px;
  }
}

.signin__testimonial--container h1 span {
  display: block;
}

.signin__testimonial--card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.signin__testimonial--card__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.signin__testimonial--card__detail--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background: linear-gradient(57deg, #1d4cb3 14.34%, #33b9de 85.66%);
  color: #fafafa;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.signin__testimonial--card__detail--nikname {
  text-align: center;
  color: #fafafa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
}

.signin__testimonial--card__detail--stars {
  display: flex;
  justify-content: center;
}

.signin__testimonial--card__comment p {
  color: #fafafa;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .signin__testimonial--card__comment p {
    font-size: 18px;
  }
}

.signin__form {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 16px 30px;
}

.signin__form.forgotpassword {
  align-items: center;
}

@media (min-width: 1024px) {
  .signin__form {
    grid-column: 2 / -1;
    grid-row: 1 / 4;
    padding: 60px 16px 40px;
    overflow-y: scroll;
  }
}

.signin__form--detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 388px;
  width: 100%;
  height: 100%;
  row-gap: 26px;
}

.signin__form--detail__nav {
  width: 100%;
}

.signin__form--detail__nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 25px;
  overflow: hidden;
  border-radius: 60px;
  background: #e6e6e6;
}

.signin__form--detail__nav ul li {
  flex: 0 1 50%;
}

.signin__form--detail__nav ul li button {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 16px 8px;
  color: #4e4e4e;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 60px;
  cursor: pointer;
}

.signin__form--detail__nav ul li button.active {
  background: #cce7ff;
}

.signin__form--detail h2 {
  color: #4e4e4e;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 26px;
}

.signin__form--detail__google {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  row-gap: 24px;
}

.signin__form--detail__google #google-btn {
  width: auto;
}

.signin__form--detail__or {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.signin__form--detail__or::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 1px;
  background-color: #9b9b9b;
}

.signin__form--detail__or span {
  position: relative;
  color: #9b9b9b;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  padding: 10px;
  z-index: 1;
}

.signin__form #loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.signin__form #loader .loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(78, 78, 78, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.signin__form #loader .loading__spinner {
  display: block;
  height: 45px;
  width: 45px;
  padding: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0abf53;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: spinner 1s infinite linear;
}

.login-form,
.password-sent {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 26px;
}

.login-form .global__error,
.password-sent .global__error {
  color: #e40d15;
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 8px 16px;
  border: 1px solid #e40d15;
  border-radius: 10px;
  background-color: rgba(228, 13, 21, 0.05);
}

.login-form__head h3,
.password-sent__head h3 {
  color: #343434;
  font-size: 18px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}

.login-form__head img,
.password-sent__head img {
  display: block;
  margin: 20px auto 30px;
}

.login-form__head p,
.password-sent__head p {
  color: #343434;
  font-size: 14px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.login-form__head p a,
.password-sent__head p a {
  display: inline-block;
  color: #1d4cb3;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.login-form__fields,
.password-sent__fields {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.login-form__fields .input__field,
.password-sent__fields .input__field {
  position: relative;
}

.login-form__fields .input__field.checkbox input,
.password-sent__fields .input__field.checkbox input {
  display: none;
}

.login-form__fields .input__field.checkbox input:checked ~ .input__field--box label .tick,
.password-sent__fields .input__field.checkbox input:checked ~ .input__field--box label .tick {
  background: url("../../../img/signin/tick_true.svg");
  background-size: cover;
}

.login-form__fields .input__field.checkbox .input__field--box label,
.password-sent__fields .input__field.checkbox .input__field--box label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 8px;
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.login-form__fields .input__field.checkbox .input__field--box label .tick,
.password-sent__fields .input__field.checkbox .input__field--box label .tick {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background: url("../../../img/signin/tick_false.svg");
  flex-shrink: 0;
}

.login-form__fields .input__field label,
.password-sent__fields .input__field label {
  display: block;
  color: #4e4e4e;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
}

.login-form__fields .input__field--box,
.password-sent__fields .input__field--box {
  position: relative;
}

.login-form__fields .input__field--box input,
.password-sent__fields .input__field--box input {
  width: 100%;
  color: #757575;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 40px 15px 16px;
  border: 1px solid #9b9b9b;
  border-radius: 25px;
}

.login-form__fields .input__field--box input:focus,
.password-sent__fields .input__field--box input:focus {
  border-color: #2263bc;
  background: #e8f0fd;
}

.login-form__fields .input__field--box input.error,
.password-sent__fields .input__field--box input.error {
  border-color: #e40d15;
}

.login-form__fields .input__field--box__pass,
.password-sent__fields .input__field--box__pass {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.login-form__fields .input__field--error,
.password-sent__fields .input__field--error {
  color: #e40d15;
  display: inline-block;
  font-size: 12px;
  left: 15px;
  margin-top: 4px;
  position: absolute;
  top: 100%;
}

.login-form__fields .forgotpassword,
.password-sent__fields .forgotpassword {
  display: flex;
  justify-content: flex-end;
}

.login-form__fields .forgotpassword button,
.password-sent__fields .forgotpassword button {
  border: none;
  outline: none;
  color: #2263bc;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
  background-color: transparent;
}

.login-form__btnbox,
.password-sent__btnbox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin-top: auto;
}

.login-form__btn,
.password-sent__btn {
  display: flex;
  width: 100%;
  color: #fafafa;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  padding: 10px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  border-radius: 60px;
  background: linear-gradient(57deg, #1d4cb3 14.34%, #33b9de 85.66%);
  border: none;
  outline: none;
  cursor: pointer;
}

.login-form__btn:disabled,
.password-sent__btn:disabled {
  background: #e6e6e6;
  cursor: not-allowed;
}

.login-form__back,
.password-sent__back {
  color: #343434;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}

.login-form__terms p,
.password-sent__terms p {
  color: #343434;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.login-form__terms p a,
.password-sent__terms p a {
  display: inline-block;
  color: #2263bc;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}

.login-form__loader,
.password-sent__loader {
  display: block;
  height: 35px;
  width: 35px;
  padding: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0abf53;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: spinner 1s infinite linear;
}

@keyframes spinner {
  to {
    transform: rotate(1turn);
  }
}

/*# sourceMappingURL=signin.css.map */
