.form-wrapper header h1 {
  font-size: 27px;
}
.form-wrapper {
  position: relative;
}
.form-wrapper label,
.form-wrapper .mdl-textfield.is-dirty label,
.form-wrapper .mdl-textfield label {
  font-size: 16.5px !important;
}

.form-wrapper > h1.error {
  font-size: 15px;
  font-family: "interSemiBold";
  margin-bottom: 0px;
  background-color: #fcecee;
  color: #ee0000 !important;
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 20px !important;
  margin-bottom: 2rem !important;
  justify-content: center;
  position: absolute;
  top: 55px;
  left: 0px;
  border-radius: 0px;
  display: none;
}
.form-wrapper > h1.success {
  font-size: 15px;
  font-family: "interSemiBold";
  margin-bottom: 0px;
  background-color: #00a3c8;
  color: #fff !important;
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 20px !important;
  margin-bottom: 2rem !important;
  display: none;
  justify-content: center;
  position: absolute;
  top: 55px;
  left: 0px;
  border-radius: 0px;
}
.form-wrapper .step {
  position: relative;
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 180px;
}
.form-wrapper .step > h1 {
  text-align: center;
  color: #00a3c8;
  font-size: 31.5px;
  font-family: "interSemiMedium";
  word-wrap: break-word;
  margin-bottom: 30px !important;
}
.form-wrapper .step .input-container {
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}

.form-wrapper .step .input-container input {
  pointer-events: unset;
  color: #000;
  font-size: 16.5px;
  font-family: "interSemiMedium";
}
.form-wrapper .step .input-container .buttons-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  margin-top: 2rem;
}
.form-wrapper .step .input-container button {
  width: 100%;
  height: 60px;
  background: #fe4141;
  cursor: pointer;
  border-radius: 10px;
  border: 1px rgba(0, 0, 0, 0.15) solid;
  color: white;
  font-size: 16.5px;
  font-family: "interSemiMedium";
  word-wrap: break-word;
}
.form-wrapper .step .input-container button:last-child {
  background-color: #00a3c8;
}

.form-wrapper .select-wrapper {
  background: white;
  border-radius: 10px;
  border: 0.5px rgba(0, 0, 0, 0.15) solid;
  height: 60px;
  padding: 0rem 1rem;
  display: block;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.form-wrapper .select-wrapper select {
  flex: 1;
  cursor: pointer;
  outline: none;
  height: 90%;
  border: none;
  color: black;
  font-size: 13.5p;
  font-family: "interSemiMedium";
  word-wrap: break-word;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.form-wrapper .no-account-work {
  text-align: center;
}
.form-wrapper .no-account-work a {
  color: #00a3c8;
  font-family: "interSemiBold";
}
.forget-password {
  text-align: right;
}
.forget-password a {
  font-size: 16.5px;
  color: #00a3c8;
  font-family: "interSemiBold";
}
.form-wrapper .mdl-textfield.error-add label,
.form-wrapper .mdl-textfield.error-add input {
  color: #ee0000 !important;
}
.form-wrapper .mdl-textfield.error-add input {
  border-color: #ee0000 !important;
}
.form-wrapper .mdl-textfield p {
  display: none;
}
.form-wrapper .mdl-textfield.error-add p {
  color: #ee0000;
  font-size: 13px;
  margin-top: 10px;
  margin-left: 10px;
  bottom: -40px;
  position: absolute;
  display: block;
}

.table-edit-user {
  width: 100%;
  border-collapse: collapse;
  border-color: #004861;
}
.row-wrapper-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  margin-bottom: 20px;
}
.row-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  height: 50px;
  margin-bottom: 0px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.row-wrapper h1 {
  font-size: 17px;
  margin: 0px;
  font-weight: 600;
}

@media screen and (max-width: 820px) {
  .form-wrapper .step {
    width: 100%;
  }
  .form-container {
    min-height: unset;
  }
}
@media screen and (max-width: 500px) {
  .form-wrapper .step > h1 {
    font-size: 20px;
  }
  .form-wrapper .step .input-container button {
    height: 40px;
    font-size: 14px;
  }
  .form-wrapper .step {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .form-wrapper > h1.error,
  .form-wrapper > h1.success {
    position: static;
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
}
