.signup-form-wrapper{
        background-color: white;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
  padding: 29px;
  border-radius: 13px;
    }
    
    .input-field.borderd {
  border: 1px solid rgba(0, 0, 0, 0.1)!important;
}
.input-field {
  width: 100%;
  height: 38px!important;
  padding: 0 20px;
  border-radius: 5px;
  color: #8a8a8a;
}