.container-reg {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.container-reg h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 50px;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card .header__search-input {
  background-color: #fff;
  font-size: 14px;
  max-width: 352px;
  width: 100%;
}
.password-container {
    position: relative;
    display: inline-block;
    width: 100%;
}
.password-container .toggle-password {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    background: none;
    font-size: 18px;
}

.card form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card form .form-check-label {
  font-size: 14px;
}

.card form .form-check {
  display: flex;
  align-items: center;
  gap: 5px;
}

.card form .btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card form .btns button {
  display: flex;
  align-items: center;
  padding: 2rem;
  width: 100%;
  background-color: #bef0c8;
  border-radius: 2rem;
  justify-content: center;
  font-size: 14px;
  max-width: 352px;
}

.card form .btns a {
  font-size: 14px;
}

.card form p {
  font-size: 14px;
}

.card form p a {
  text-decoration: underline;
}

.wrap-soc .soc {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.wrap-soc .soc a,
.wrap-soc .soc .email {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.wrap-soc .soc a span,
.wrap-soc .soc .email span {
  font-size: 14px;
}

.wrap-soc .soc img {
  width: 32px;
  height: 32px;
}

.wrap-soc h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 20px;
}

.card-body {
  max-width: 360px;
  width: 100%;
}

.container-reg {
  .btn-link span {
    color: #6d1e8b;
    font-weight: 800;
  }
}

.reg-social-block {
  .wrap-soc .soc {
    flex-direction: row;
    justify-content: center;
    margin: 10px 0;
  }
  p {
    /* text-align: center; */
  }
}
.row.mb-0 {
  .reg-link {
    color: #6d1e8b;
    font-weight: 600;
  }
}
