@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Cella";
  src: url("font/Cella.a41234a744f8.otf") format("truetype");
}
/*SIGN UP SECTION*/
.registration {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
}

.reg-content {
  width: 100%;
  max-width: 380px;
}

.reg-content h2 {
  color: #1F2430;
  font-family: "Cella", sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
  white-space: nowrap;
}

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

/*general styles*/
.input-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.input-group h4 {
  color: #4A5065;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

.red-star {
  color: #A33A3A;
}

.form-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #D3D7DE;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 14px;
  color: #7A8096;
  font-family: "Inter", sans-serif;
}

.input-group p {
  font-size: 12px;
  color: #8F95AA;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-top: 8px;
}

.btn-primary {
  width: 100%;
  padding: 12px 24px;
  margin: 0 0 29px;
  background-color: #343B86;
  border: 1px solid #343B86;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.question {
  text-align: center;
  color: #4A5065;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.question a {
  color: #7A8096;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500px;
  text-decoration: none;
}

.question a:hover {
  text-decoration: underline;
}

.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.password-wrapper .form-input {
  padding-right: 40px;
}

.toggle-password {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  right: 12px;
}
.toggle-password img {
  font-size: 14px;
  color: #A9AFC3;
  transform: translateY(2px);
}

.form-input:focus {
  border-color: #343B86;
}

.was-validated .form-input:invalid {
  border: 1px solid #A33A3A;
  background: #E8D3D3;
}

/*LOG IN SECTION*/
.access {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
}

.acc-content {
  width: 100%;
  max-width: 380px;
}

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

.acc-content h2 {
  color: #1F2430;
  font-family: "Cella", sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
  white-space: nowrap;
}

.pass-reset {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2%;
  color: #7A8096;
  margin-top: 6px;
}

/*RESET PASSWORD SECTION*/
.reset {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
}

.res-content {
  width: 100%;
  max-width: 380px;
}

.res-content h2 {
  color: #1F2430;
  font-family: "Cella", sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
  white-space: nowrap;
}

.res-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #7A8096;
}

.newpass .input-group {
  margin: 24px 0;
}/*# sourceMappingURL=signup_in.css.map */