.togglepassword {
  position: relative;
}

.showPassword {
  width: 26px;
  height: 26px;
  background-image: url("../../../img/eye-K7dF2SS.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  position: absolute;
  bottom: 0px;
  right: 10px;
}

.hidePassword {
  background-image: url("../../../img/eye-slash-sM4srnc.svg");
}

.forgotpwd__container {
  position: relative;
}
.forgotpwd__link {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 0.8rem;
}
.defaultcontainer {
  /* row-gap: 10px;
      column-gap: 10px; */
  width: 85%;
  max-width: 1000px;
  margin: 30px auto;
}

.signdiv {
  border-radius: 15px;
  border: 1px #ddd solid;
  padding: 20px;
  margin: 0px 15px 10px 0px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 15px;
}




.signdiv label {
  display: block;
}
.signdiv input,
.signdiv select {
  width: 100%;
  padding: 5px;
}

.signdiv input[type="checkbox"] {
  width: auto;
}

.default__button {
  border: 0px solid #e20d17;
  background: #5a2982;
  color: #ffffff;
  width: 100%;

  /* display: inline-block; */
  border-radius: 3px;
  padding: 10px 25px;

  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin: 30px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

.default__button:hover {
  background: #fcaf1a;
}

@media (min-width: 550px) {


  .grid2 {
    display: grid; 
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  
}
