/* 
  This file contains the design for 
  /signup page as well
*/

.back-register {
  padding-top: 30px;
  background: #fff;
  width: 650px;
  border-radius: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  margin-top: 8em;
  margin-bottom: 20rem;
  transition: width 600ms ease-in-out;
}

.register-complete-page {
  display: none;
}

.register-complete-page-div {
  padding: 0px 10px;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
}

.register-form {
  color: rgba(0, 0, 0, 0.9);
}

.register-header {
  font-size: 2em;
  color: #ff0000;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  /* padding-top: 0.5rem; */
  /* padding-bottom: 0.5rem; */
  /* margin-top: 2%; */
  margin-bottom: 0;
  padding-bottom: 0;
}

.register-section {
  width: 83.3333%;
  margin: auto;
  margin-top: 0;
  padding-top: 0;
}

.first-register-input-div {
  margin-top: 1.5rem;
}

.register-input-div {
  margin-top: 1.25rem;
}

.register-input {
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 1.5rem;
  width: 100%;
  height: 3rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}

.text-div {
  font-weight: 500;
  font-size: 14px;
  margin-top: 1.25rem;
  margin-left: 1rem;
  color: rgba(0, 0, 0, 0.6);
}

.text-second-para {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.text-fourth-para {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.register-button-div {
  text-align: center;
  margin-top: 1.25rem;
}

.register-button {
  transition-duration: 700ms;
  color: white;
  background-color: rgb(7, 163, 31);
  text-transform: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  /* font-size: 17px; */
  /* line-height: 30px; */
  font-weight: 500;
  width: 35vw;
  padding-top: 1rem;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 1rem;
  min-width: max-content;
  max-width: 270px;
}

.error-span {
  color: red;
  margin-top: 0.5rem;
  /* font-size: 0.875rem;
    line-height: 1.25rem; */
  /* padding-left: 1rem; */
}

.link-span {
  cursor: pointer;
  color: rgb(0, 68, 226);
}

.register-not-complete-header {
  font-size: 1.7rem;
  color: rgb(255 0 0);
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 7%;
}

.register-not-complete-page-div-text {
  padding: 0 0.75rem 0 0.75rem;
  color: rgba(0, 0, 0, 0.9);
}

.register-not-complete-page-div-text-p {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
  margin-top: 2.5rem;
}

.register-not-complete-page-div-text-p-last {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
}

.register-not-complete-button-holder-div {
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top: 2.5rem;
  width: 80%;
}

.register-not-complete-button-div {
  width: 48%;
  background-color: #07a31f;
  border-radius: 2rem;
  padding: 1rem 0.5rem 1rem 0.5rem;
  height: auto;
  font-size: 15px;
  text-align: center;
  color: white;
  border: none;
  font-weight: 600;
}

.register-not-complete-button-div {
  cursor: pointer;
}

.register-complete-header {
  font-size: 1.7rem;
  color: #ff0000;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  /* padding-top: 0.5rem; */
  padding-bottom: 0.5rem;
  /* margin-top: 7%; */
}

.register-complete-page-div-text {
  padding: 0 0.75rem 0 0.75rem;
  color: rgba(0, 0, 0, 0.9);
}

.register-complete-page-div-text-p {
  font-weight: 500;
  line-height: 1.75rem;
  text-align: center;
  margin-top: 1rem;
}

.register-complete-page-div-text-p-last {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
}

.register-complete-button-div {
  width: 35vw;
  background-color: #07a31f;
  border-radius: 2rem;
  padding: 1rem 40px;
  min-width: max-content;
  height: 100%;
  font-size: 15px;
  margin: auto;
  color: white;
  font-weight: 500;
  transition: background-color 500ms ease-in-out;
  margin-top: 20px;
  min-width: max-content;
  max-width: 270px;
}

.register-complete-button-div {
  cursor: pointer;
  text-align: center;
  font-size: 15px;
}

.invalid-credentials {
  margin: auto;
}

.invalid-credentials-div {
  text-align: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(252 235 235);
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5rem;
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
}

.invalid-credentials-text {
  --tw-text-opacity: 1;
  color: rgb(239 68 68);
  /* font-size: 0.875rem;
    line-height: 1.25rem; */
  margin-top: 0.25rem;
}

@media (min-width: 2550px) {
  .back-register {
    width: 700px;
    border-radius: 50px;
  }
  .register-header {
    font-size: 48px;
  }
  .content,
  .register-input {
    font-size: 20px;
  }
  .register-input {
    height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 2rem;
  }
  .register-button {
    /* padding-left: 32px;
    padding-right: 32px;
    padding-top: 16px;
    padding-bottom: 14px; */
    font-size: 24px;
  }
  .register-not-complete-header {
    font-size: 48px;
  }
  .register-not-complete-page-div-text-p {
    font-size: 24px;
    line-height: 34px;
  }
  .register-not-complete-page-div-text-p-last {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .register-not-complete-button-holder-div {
    margin-top: 3.75rem;
  }
  .register-not-complete-button-div {
    width: 48%;
    background-color: #07a31f;
    border-radius: 2.5rem;
    padding: 1.5rem 0.75rem 1.5rem 0.75rem;
    height: auto;
    font-size: 20px;
    text-align: center;
    color: white;
    border: none;
    font-weight: 600;
  }
  .register-complete-header {
    font-size: 48px;
  }
  .register-complete-page-div-text-p {
    font-size: 24px;
    line-height: 34px;
  }
  .register-complete-page-div-text-p-last {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .register-complete-button-div {
    width: 60%;
    background-color: #07a31f;
    border-radius: 2.5rem;
    padding: 1.5rem 0.75rem 1.5rem 0.75rem;
    height: 100%;
    font-size: 20px;
    margin: auto;
    color: white;
    font-weight: 600;
  }
  .register-complete-button-div {
    cursor: pointer;
    text-align: center;
    font-size: 20px;
  }
}

@media (min-width: 3430px) {
  .back-register {
    width: 1100px;
    border-radius: 60px;
  }
  .register-header {
    font-size: 60px;
  }
  .content,
  .register-input {
    font-size: 24px;
  }
  .register-input {
    height: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 2.5rem;
  }
  .register-button {
    /* padding-left: 40px;
    padding-right: 40px;
    padding-top: 28px;
    padding-bottom: 26px; */
    font-size: 28px;
  }
  .register-not-complete-header {
    font-size: 60px;
  }
  .register-not-complete-page-div-text-p {
    font-size: 30px;
    line-height: 40px;
  }
  .register-not-complete-page-div-text-p-last {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
  .register-not-complete-button-holder-div {
    margin-top: 4.5rem;
  }
  .register-not-complete-button-div {
    width: 48%;
    background-color: #07a31f;
    border-radius: 3rem;
    padding: 2rem 1rem 2rem 1rem;
    height: auto;
    font-size: 24px;
    text-align: center;
    color: white;
    border: none;
    font-weight: 600;
  }
  .register-complete-header {
    font-size: 60px;
  }
  .register-complete-page-div-text-p-last {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
  .register-complete-button-div {
    width: 60%;
    background-color: #07a31f;
    border-radius: 3rem;
    padding: 2rem 1rem 2rem 1rem;
    height: 100%;
    font-size: 24px;
    margin: auto;
    color: white;
    font-weight: 600;
  }
  .register-complete-button-div {
    cursor: pointer;
    text-align: center;
    font-size: 24px;
  }
}

/* Place holder styling */

::placeholder {
  /* font-size: 14px; */
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  /* font-size: 14px; */
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  /* font-size: 14px; */
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  /* font-size: 14px; */
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  /* font-size: 14px; */
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  /* font-size: 14px; */
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}

.password-input-div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
}

#show-password-img {
  position: absolute;
  margin-right: 20px;
  height: 40%;
  /* margin-top: 5px; */
  cursor: pointer;
}

@media (max-width: 674px) {
  .register-button {
    width: 50%;
  }

  .content {
    display: flex;
    height: auto;
    min-height: calc(100vh - 240px);
    align-items: center;
    padding: 0 10px;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 150px;
  }

  .back-register {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .register-header,
  .register-complete-header {
    font-size: 30px;
  }

  .register-complete-button-div {
    font-size: 16px;
    width: max(40%, 250px);
    min-width: fit-content;
  }
}

@media (min-width: 675px) and (max-width: 899px) {
  .back-register {
    max-width: 90%;
    margin-top: 40px;
  }

  .register-header {
    font-size: 40px;
  }

  .register-complete-header {
    font-size: 30px;
    padding: 0px 20px;
  }

  .register-section,
  .register-complete-button-div {
    font-size: 16px;
  }

  @media (orientation: landscape) {
    .back-register {
      margin-top: max(20px, calc(50svh - 213px - 80px));
      margin-bottom: max(0px, calc(50svh - 213px));
    }
  }

  @media (orientation: portrait) {
    .back-register {
      margin-top: max(20px, calc(50svh - 505px - 36px - 80px));
      margin-bottom: 20px;
    }

    .back-register-complete {
      margin-top: max(20px, calc(50svh - 213px - 36px - 80px));
      margin-bottom: 20px;
    }
  }
}

@media (min-width: 900px) and (max-width: 999px) {
  .back-register {
    max-width: 90%;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .register-header {
    font-size: 44px;
  }

  .register-complete-header {
    font-size: 34px;
    padding: 0px 20px;
  }

  .register-section,
  .register-complete-button-div {
    font-size: 18px;
  }

  .register-input,
  .register-button,
  .register-complete-page-div-text {
    font-size: 18px;
  }

  .text-div {
    font-size: 15px;
  }

  @media (orientation: landscape) {
    .back-register {
      margin-top: 20px;
    }

    .back-register-complete {
      margin-top: max(20px, calc(50svh - 221px - 80px));
      margin-bottom: max(20px, calc(50svh - 221px));
    }
  }

  @media (orientation: portrait) {
    .back-register {
      margin-top: max(20px, calc(50svh - 509px - 33px - 80px));
      margin-bottom: 20px;
    }

    .back-register-complete {
      margin-top: max(20px, calc(50svh - 221px - 33px - 80px));
    }
  }
}

/* tablet XL design */
@media (min-width: 1000px) and (orientation: portrait) {
  .back-register {
    max-width: 90%;
    margin-top: max(40px, calc(50svh - 509px - 32px - 80px));
    margin-bottom: 250px;
  }

  .register-header {
    font-size: 44px;
  }

  .register-complete-header {
    font-size: 34px;
    padding: 0px 20px;
  }

  .register-section,
  .register-complete-button-div {
    font-size: 18px;
  }

  .register-input,
  .register-button,
  .register-complete-page-div-text {
    font-size: 18px;
  }

  .back-register-complete {
    margin-top: max(40px, calc(50svh - 221px - 33px - 80px));
    margin-bottom: 40px;
  }

  .text-div {
    font-size: 15px;
  }
}

@media (min-width: 1000px) and (max-width: 1269px) and (orientation: landscape) {
  .back-register {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .register-header {
    font-size: 40px;
  }

  .register-complete-header {
    font-size: 30px;
    padding: 0px 20px;
  }

  .register-section,
  .register-complete-button-div {
    font-size: 16px;
  }

  .register-input,
  .register-button,
  .register-complete-page-div-text {
    font-size: 16px;
  }

  .back-register-complete {
    margin-top: max(20px, calc(50svh - 213px - 80px));
    margin-bottom: max(20px, calc(50svh - 213px));
  }
}

@media (min-width: 1270px) and (max-width: 1389px) and (orientation: landscape) {
  .back-register {
    margin-top: max(40px, calc(50svh - 473px - 69px));
    margin-bottom: max(40px, calc(50svh - 473px));
  }

  .back-register-complete {
    margin-top: max(40px, calc(50svh - 187px - 69px));
    margin-bottom: max(40px, calc(50svh - 187px));
  }

  .register-header {
    font-size: 38px;
  }

  .register-complete-header {
    font-size: 26px;
    padding: 0px 20px;
  }

  .register-section,
  .register-complete-button-div {
    font-size: 15px;
  }

  .register-input,
  .register-button,
  .register-complete-page-div-text {
    font-size: 15px;
  }

  .register-input {
    height: 2.5rem;
  }
}

@media (min-width: 1390px) and (max-width: 1589px) and (orientation: landscape) {
  .back-register {
    margin-top: max(40px, calc(50svh - 495px - 69px - 21px));
    margin-bottom: 20px;
  }

  .back-register-complete {
    margin-top: max(40px, calc(50svh - 190px - 69px - 21px));
  }

  .register-header {
    font-size: 40px;
  }

  .register-complete-header {
    font-size: 28px;
    padding: 0px 20px;
  }

  .register-section,
  .register-complete-button-div {
    font-size: 16px;
  }

  .register-input,
  .register-button,
  .register-complete-page-div-text {
    font-size: 16px;
  }

  .register-input {
    height: 42px;
  }

  .text-div {
    font-size: 15px;
  }
}

@media (min-width: 1590px) and (max-width: 1909px) and (orientation: landscape) {
  .back-register {
    margin-top: max(40px, calc(50svh - 527px - 69px - 22px));
    margin-bottom: 20px;
  }

  .back-register-complete {
    margin-top: max(40px, calc(50svh - 214px - 69px - 22px));
  }

  .register-header {
    font-size: 44px;
  }

  .register-complete-header {
    font-size: 30px;
    padding: 0px 20px;
  }

  .register-section,
  .register-complete-button-div {
    font-size: 17px;
  }

  .register-input,
  .register-button,
  .register-complete-page-div-text {
    font-size: 17px;
  }

  .register-input {
    height: 44px;
  }

  .text-div {
    font-size: 16px;
  }
}

@media (min-width: 1910px) and (max-width: 2549px) and (orientation: landscape) {
  .back-register {
    margin-top: max(40px, calc(50svh - 557px - 69px - 22px));
    margin-bottom: 20px;
  }

  .back-register-complete {
    margin-top: max(40px, calc(50svh - 220px - 69px - 22px));
  }

  .register-header {
    font-size: 46px;
  }

  .register-complete-header {
    font-size: 32px;
    padding: 0px 20px;
  }

  .register-section,
  .register-complete-button-div {
    font-size: 18px;
  }

  .register-input,
  .register-button,
  .register-complete-page-div-text {
    font-size: 18px;
  }

  .register-input {
    height: 51px;
  }

  .text-div {
    font-size: 16px;
  }
}

@media (min-width: 2550px) and (max-width: 3429px) and (orientation: landscape) {
  .back-register {
    margin-top: max(40px, calc(50svh - 563px - 24px - 87px));
    margin-bottom: 350px;
  }

  .back-register-complete {
    margin-top: max(40px, calc(50svh - 250px - 24px - 87px));
    margin-bottom: 20px;
  }

  .register-header {
    font-size: 48px;
  }

  .register-complete-header {
    font-size: 36px;
    padding: 0px 20px;
  }

  .register-section,
  .register-complete-button-div {
    font-size: 20px;
  }

  .register-input,
  .register-button,
  .register-complete-page-div-text {
    font-size: 20px;
  }

  .register-complete-page-div-text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .register-input {
    height: 52px;
  }

  .register-complete-button-div {
    margin-top: 40px;
    max-width: 350px;
    padding: 16px 40px;
  }

  .text-div {
    font-size: 17px;
  }

  .register-complete-page-div-text-p {
    font-size: 20px;
  }
}

@media (min-width: 3430px) and (orientation: landscape) {
  .back-register {
    width: 1000px;
    margin-top: max(40px, calc(50svh - 707px - 29px - 102px));
    margin-bottom: 20px;
  }

  .back-register-complete {
    margin-top: max(40px, calc(50svh - 249px - 29px - 102px));
  }

  .register-header {
    font-size: 56px;
  }

  .register-complete-header {
    font-size: 44px;
    padding: 0px 20px;
  }

  .register-section,
  .register-complete-button-div {
    font-size: 28px;
  }

  .register-input,
  .register-button,
  .register-complete-page-div-text {
    font-size: 28px;
  }

  .register-input {
    height: 70px;
  }

  .register-complete-button-div {
    margin-top: 50px;
  }

  .text-div {
    font-size: 24px;
  }

  .register-button {
    max-width: 350px;
    padding: 1.3rem 50px;
  }

  .register-complete-button-div {
    max-width: 450px;
    padding: 1.3rem 50px;
  }

  .register-complete-page-div-text-p {
    font-size: 28px;
  }

  .register-complete-page-div-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
