.aperrormessage{
  text-align: center;
  margin-left: 35px;

}
.form-message {
  margin-top: 1.0rem;
  font-size: 12px;
}



input.mat-input-element {
  font-family: "Raleway",sans-serif;
}

.wizardcontentCard{
  .mat-form-field {
    width: 100%;
  }
}


.button {
  border-radius: 3px;
  padding: 16px 22px;
  background: #f0f0f7;
  font: 500 16px/19px Raleway,sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: 0;
  border: 0;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  margin: 0;
  min-width: 88px;
  &--state-success {
    color: #fff;
    background: #65ceee;
  }
  .icon {
    width: 18px;
    height: 22px;
    padding-right: 5px;
    display: inline-block;
  }

}
