@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --gray1: #444651;
  --gray2: #828689;
  --border: #EDF0F2;
  --borderh: #828689;
  --btnbg: #EF7403;
  --btnbgh: #1976D2;
}

html, body, * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.modal-auth .fon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-auth .main {
  width: 25%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1.875vw;
  border-radius: 0.625vw;
}
.modal-auth .main .title {
  text-align: center;
  font-family: "Wix Madefor Display", serif;
  font-size: 1.875vw;
  font-weight: 600;
  color: var(--gray1);
}
.modal-auth .main .inputs-wrapper {
  margin-top: 1.25vw;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}
.modal-auth .main .inputs-wrapper .item {
  display: flex;
  flex-direction: column;
  gap: 0.3125vw;
}
.modal-auth .main .inputs-wrapper .item label {
  font-family: "Inter Tight", serif;
  font-size: 0.8333333333vw;
  font-weight: 400;
  color: var(--gray2);
}
.modal-auth .main .inputs-wrapper .item input {
  padding: 0.8333333333vw 1.25vw;
  border-radius: 0.2604166667vw;
  outline: none;
  border: 1px solid var(--border);
  transition: border 300ms ease;
}
.modal-auth .main .inputs-wrapper .item input:hover, .modal-auth .main .inputs-wrapper .item input:focus {
  border: 1px solid var(--borderh);
}
.modal-auth .main .note-error {
  margin-top: 1.25vw;
  font-family: "Inter Tight", serif;
  font-size: 0.8333333333vw;
  font-weight: 400;
  color: red;
}
.modal-auth .main .btn-auth {
  margin-top: 1.25vw;
  background-color: var(--btnbg);
  border-radius: 0.2604166667vw;
  padding: 1.041vw 1.25vw;
  text-align: center;
  color: white;
  font-family: "Inter Tight", serif;
  font-weight: 400;
  font-size: 0.8333333333vw;
  transition: background-color 300ms ease;
  border: none;
  width: 100%;
}
.modal-auth .main .btn-auth:hover {
  background-color: var(--btnbgh);
  cursor: pointer;
}

@media only screen and (max-width: 900px) {
  .modal-auth .main {
    width: 80%;
    padding: 6.106870229vw;
    border-radius: 1.272264631vw;
  }
  .modal-auth .main .title {
    font-size: 8.1424936387vw;
  }
  .modal-auth .main .inputs-wrapper {
    margin-top: 6.106870229vw;
    gap: 3.0534351145vw;
  }
  .modal-auth .main .inputs-wrapper .item {
    display: flex;
    flex-direction: column;
    gap: 1.5267175573vw;
  }
  .modal-auth .main .inputs-wrapper .item label {
    font-size: 4.0712468193vw;
  }
  .modal-auth .main .inputs-wrapper .item input {
    padding: 4.0712468193vw 6.106870229vw;
    border-radius: 1.272264631vw;
  }
  .modal-auth .main .note-error {
    margin-top: 6.106870229vw;
    font-size: 4.0712468193vw;
  }
  .modal-auth .main .btn-auth {
    margin-top: 6.106870229vw;
    border-radius: 1.272264631vw;
    padding: 4.0712468193vw 6.106870229vw;
    font-size: 4.0712468193vw;
  }
}

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