@media (max-width: 63.9375em) {
  .h-f-m {
    display: none;
  }
}

@media (max-width: 39.997em) {
  .h-f-m {
    display: none;
  }
}

@media (max-width: 63.9375em) {
  .h-f-tm {
    display: none;
  }
}

@media (min-width: 40em) {
  .h-f-t {
    display: none;
  }
}

@media (min-width: 64em) {
  .h-f-d {
    display: none;
  }
}

.headers {
  padding: 0px 0;
}
.headers .header {
  margin: 0;
}

main {
  padding-top: 0;
}

.mains {
  background: #fcfcfc;
  height: 100dvh;
}
@media (min-width: 40em) {
  .mains {
    overflow: hidden;
  }
}
.mains .container {
  max-width: unset;
  margin: 0;
  padding: 0;
}
.mains .headers {
  padding: 0px 0;
  display: flex;
  justify-content: space-between;
}
.mains .headers .header {
  margin: 20px;
}
@media (min-width: 40em) {
  .mains .headers .header {
    margin: 20px 20px 20px calc(10% + 20px);
  }
}
@media (min-width: 40em) {
  .mains .headers {
    display: none;
  }
}
.mains .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  background: rgba(64, 0, 149, 0.2509803922);
  background-position: center;
  background-size: cover;
}
@media (min-width: 40em) {
  .mains .main {
    justify-content: space-between;
    background: #fff;
  }
}
.mains .main .text {
  background: url("../../../images/bg/auth-bg.svg");
  text-align: center;
  flex-basis: 100%;
  color: white;
  min-height: 300px;
  background-position: center;
  background-size: cover;
  align-items: center;
  display: none;
}
.mains .main .text h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.mains .main .text p {
  font-size: medium;
  line-height: 1.4;
  margin-top: 8px;
}
@media (min-width: 40em) {
  .mains .main .text {
    display: flex;
    flex-basis: 50%;
    order: 2;
    height: 100dvh;
    text-align: left;
    position: relative;
    z-index: 3;
  }
}
@media (min-width: 40em) {
  .mains .main .text .main-text {
    margin-left: 20px;
  }
  .mains .main .text .main-text h1 {
    font-size: 52px;
    max-width: 574px;
  }
}
@media (min-width: 64em) {
  .mains .main .text .main-text {
    margin-left: 40px;
  }
  .mains .main .text .main-text h1 {
    font-size: 64px;
  }
  .mains .main .text .main-text p {
    font-size: 19px;
    top: 40%;
  }
}
.mains .main .text .last-text {
  font-size: 14px;
  top: 94dvh;
  position: absolute;
  bottom: 20px;
}
@media (min-width: 64em) {
  .mains .main .text .last-text {
    font-size: medium;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}
.mains .main .forms {
  flex-basis: 100%;
  position: relative;
}
@media (min-width: 40em) {
  .mains .main .forms {
    flex-basis: 50%;
    overflow-y: scroll;
    height: 100dvh;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
  .mains .main .forms::-webkit-scrollbar {
    width: 6px;
    background-color: #ececec;
  }
  .mains .main .forms::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #400095;
  }
}
.mains .main .forms .form {
  width: 90%;
  max-width: 430px;
  margin-inline: auto;
  margin-block: 25px;
  background-color: #fff;
  border-radius: 25px;
  padding-block: 20px;
}
@media (min-width: 40em) {
  .mains .main .forms .form {
    margin-block: 0;
    padding-block: 0;
  }
}
.mains .main .forms .form h3 {
  font-size: xx-large;
  text-align: left;
  margin: 25px 0 0 20px;
}
@media (min-width: 64em) {
  .mains .main .forms .form h3 {
    font-size: 3rem;
    margin-top: 50px;
  }
}
.mains .main .forms .form p {
  font-size: 1rem;
  font-weight: 500;
  color: #6c6c6c;
  margin-top: 5px;
  margin-left: 20px;
  line-height: 1.4;
}
@media (min-width: 64em) {
  .mains .main .forms .form p {
    font-size: medium;
  }
}
.mains .main .forms .form .lin .logo {
  height: 30px;
  margin-left: 5%;
  margin-top: 30px;
}
@media (min-width: 40em) {
  .mains .main .forms .form .lin .logo {
    height: 40px;
  }
}
.mains .main .forms .form form {
  border-radius: 10px;
  padding: 20px;
}
.mains .main .forms .form form label {
  display: block;
  margin-bottom: 5px;
  color: #160032;
}
@media (min-width: 64em) {
  .mains .main .forms .form form label {
    font-size: 1.25rem;
  }
}
.mains .main .forms .form form img {
  position: relative;
  left: 89%;
  bottom: 56px;
  width: 22px;
}
@media (min-width: 40em) {
  .mains .main .forms .form form img {
    bottom: 59px;
  }
}
.mains .main .forms .form form input::-moz-placeholder {
  font-weight: 500;
}
.mains .main .forms .form form input::placeholder {
  font-weight: 500;
}
.mains .main .forms .form form .other-options .input {
  border-radius: 0.5rem;
  margin-bottom: 15px;
  padding: 13px 0 15px 0;
  background: #fcfcfc;
  font-weight: 500;
  box-shadow: 0px 0 10px -4px rgba(0, 0, 0, 0.18);
  width: 100%;
  text-align: center;
  font-size: 14px;
  transition: all 300ms ease-in-out;
  outline: 2px solid #fff;
}
@media (min-width: 64em) {
  .mains .main .forms .form form .other-options .input {
    padding: 18px 0 16px 0;
  }
}
.mains .main .forms .form form .other-options .input img {
  transform: translateY(9px);
  position: none;
  width: -moz-min-content;
  width: min-content;
  left: 3px;
  height: 21px;
  bottom: 5px;
  margin-right: 4px;
}
.mains .main .forms .form form .other-options .input span {
  font-size: 14px;
}
.mains .main .forms .form form .other-options .input span a {
  color: black;
  font-weight: 700;
}
@media (min-width: 64em) {
  .mains .main .forms .form form .other-options .input span a {
    font-size: large;
  }
}
.mains .main .forms .form form .other-options .input:hover {
  outline: 2px solid rgba(65, 0, 149, 0.431372549);
  outline-offset: 2px;
}
.mains .main .forms .form form .other-options p {
  text-align: center;
}
.mains .main .forms .form form input {
  border-radius: 1rem;
  border: 2px solid #f1f1f1;
  width: 90%;
  padding: 18px 15px;
  margin-bottom: 20px;
  background: #f1f1f1;
  transition: all 300ms ease-in-out;
}
.mains .main .forms .form form input:focus, .mains .main .forms .form form input:hover {
  border: 2px solid rgba(65, 0, 149, 0.431372549);
  outline: none;
}
@media (min-width: 64em) {
  .mains .main .forms .form form input {
    padding: 1.4rem 1rem;
  }
}
.mains .main .forms .form form .button {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  border: none;
  padding: 16px;
  height: 50px;
  margin-top: 20px;
  background: #400095;
  color: white;
  font-size: medium;
  transition: all 300ms ease-in-out;
  font-weight: 600;
  outline: 2px solid #fff;
}
@media (min-width: 64em) {
  .mains .main .forms .form form .button {
    font-size: x-large;
    height: 59px;
  }
}
.mains .main .forms .form form .button:hover {
  outline: 2px solid #400095;
  outline-offset: 2px;
}
.mains .main .forms .form form .terms a {
  color: #400095;
  font-weight: 700;
  text-decoration: underline;
}
@media (min-width: 64em) {
  .mains .main .forms .form form .terms a {
    font-size: 1rem;
  }
}
.mains .main .forms .form form .checkbox {
  display: flex;
  align-items: center;
}
.mains .main .forms .form form .checkbox input {
  flex-basis: 35px;
  margin: 0;
  align-self: flex-start;
  margin-top: 3px;
}
@media (min-width: 40em) {
  .mains .main .forms .form form .checkbox input {
    margin-top: 5px;
  }
}
.mains .main .forms .form form .checkbox p {
  margin: 0;
}
.mains .main .forms .form form .lines {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}
.mains .main .forms .form form .lines p {
  margin: 0 5px;
}
.mains .main .forms .form form .lines .line {
  width: 71px;
  height: 1px;
  margin: auto 5px;
  background: #6c6c6c;
}
.mains .main .forms .form form #message {
  width: 75%;
  border-radius: 16px;
  background: #fcfcfc;
  top: 56%;
  margin: -36px auto 5px auto;
  position: relative;
  padding: 20px 10px;
  box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.2509803922);
}
@media (min-width: 40em) {
  .mains .main .forms .form form #message {
    top: 55%;
    width: 70%;
    padding: 25px;
  }
}
@media (min-width: 64em) {
  .mains .main .forms .form form #message {
    width: 225px;
    top: 58%;
    padding: 30px;
    margin-left: 17%;
  }
}
.mains .main .forms .form form #message .sptxt {
  font-weight: 500;
  font-size: 18px;
}
.mains .main .forms .form form #message .span {
  height: 16px;
  width: 16px;
  position: absolute;
  transform: rotate(45deg);
  top: -8px;
  left: 50%;
  border-radius: 2px;
  background: #fcfcfc;
}
@media (min-width: 40em) {
  .mains .main .forms .form form #message .span {
    left: 50px;
  }
}
.mains .main .forms .form form #message .green {
  height: 20px;
  width: 20px;
  color: white;
  font-size: 12px;
  padding: 2px 4px;
  text-align: center;
  border-radius: 50%;
  background: #60eb5d;
}
@media (min-width: 40em) {
  .mains .main .forms .form form #message .green {
    height: 25px;
    width: 25px;
    margin-left: 7%;
    font-size: 16px;
  }
}
.mains .main .forms .form form #message p {
  font-size: 12px;
  font-weight: 500;
  color: #5b5b5b;
  text-align: left;
}/*# sourceMappingURL=style.css.map */