
.cursor-pointer {
    cursor: pointer;
}
.lblerros{
    color: red;
    font-weight: bold;
    font-size: 10px;
    position: absolute;
}
.astrick {
    font-weight: 600;
    font-size: 13px;
}
.preview{
    
    font-size: 14px;
    font-weight: bold;

}
.sponsorname{
    
    position: relative;
    text-align: center;
    padding-top: 18px;

}
form .input-field {
    flex-direction: row;
    column-gap: 10px;
  }
.input-field input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd;
}
.input-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.input-field input::-webkit-inner-spin-button,
.input-field input::-webkit-outer-spin-button {
  display: none;
}
form button {
  margin-top: 25px;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  border: none;
  padding: 9px 0;
  cursor: pointer;
  border-radius: 6px;
  pointer-events: none;
  background: #6e93f7;
  transition: all 0.2s ease;
}
form button.active {
  background: #4070f4;
  pointer-events: auto;
}
form button:hover {
  background: #0e4bf1;
}
.normal{
  background-color: #d3cfcf;
}
.showactive{

  background: #4070f4 !important;
  pointer-events: auto;
  color: #fff;
}
  
  .lbtxt{
    font-size: 13px; 
    font-weight: bold;color: #fff !important;
  }
.astrick:after {
    content: "*";
    color: red;
    padding-left: 8px !important;
}

.resettxt {
    height: 35px !important;
}

::placeholder {
    font-size: 12px !important;
    opacity: 1;
}
 .toggle-password-eye {
    float: right;
    top: -22px;
    right: 12px;
    position: relative;
    font-size: 12px;
    cursor: pointer;
    }
    .termcon{
  
      font-weight: bold;
      font-size: 13px;
      position: relative;
      bottom: 2px;
      left: 11px;
    display: inline;
    color: #fff;
    }
    .clickable{
      
    color: blue;
    cursor: pointer;
    text-transform: capitalize;
    text-decoration: none;
    }
    .openclickable{
      
      color: yellow;
      cursor: pointer;
      text-transform: capitalize;
      text-decoration: none;
      font-weight: bold;
      font-size: 13px;
      }
      .openclickable:hover{
        color: yellow !important;
        cursor: pointer;
        text-transform: capitalize;
        text-decoration: none;
        font-weight: bold;
        font-size: 13px;
      }

      .openclickablesignup{
      
        color: yellow;
        cursor: pointer;
        text-transform: capitalize;
        text-decoration: underline;
        font-weight: bold;
        font-size: 16px;
        }
        .openclickablesignup:hover{
          color: yellow !important;
          cursor: pointer;
          text-transform: capitalize;
          text-decoration: underline;
          font-weight: bold;
          font-size: 16px;
        }
        