.signupwrap {
    position: relative;
    z-index: 0;
    background-color: #ffffff;
}
.error {
    border: 1px solid red;
  }
  .error-message {
    color: red;
  }