.AddUser-header-bg-color {
  background-color: #003C55;
  height: 60px;

}

.AddUser-text-style {
  margin-top: 14px;
  color: #fff;
}

.Adduser-close-buttion {
  color: #fff;
  float: right;
  margin-right: 18px;
  margin-top: -38px;
  font-weight: bold;
  font-size: x-large;
}

.adduser-box {
  border: 1px solid #003C55;
  height: 521px;
  margin-top: 30px;
}


.add-user-form-control {
  margin-right: 20px;
  width: 320px !important;
  height: 55px;
  border: 1px solid #DBDBDB !important;
  border-radius: 4px !important;
  opacity: 0.9;
  margin-bottom: 35px;
}

.Adduser-form-label {
  float: left;
  margin-right: 20px;
  margin-bottom: 18px;
}


.au-text-size-color {
  font-size: 0.91rem;
  color: #514d6a;
  font-weight: 400
}

.footer-button {
  height: 74px;
  background-color: #eee;

}

.adduser-checkbox-right {
  margin-right: 10px;
}

.addusers-bttn {
  background-color: #003C55 !important;
  color: #fff !important;
  ;
  float: right;
}

.save-addusers-bttn:hover {
  background-color: #f87e24;
  color: #fff;
}

.save-addusers-bttn {
  background-color: #cbf27e !important;
  color: #fff !important;
  float: right;
}

.save-addusers-bttn:active {
  background-color: #f87e24;
  color: #fff !important;

}

.adduser-radio-margin {

  margin-top: 64px;

}

.addusers-radio-margin-radio1 {
  margin-left: 0px;
  margin-right: 10px;
}

.addusers-radio-margin-radio2 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-add-user-container {
  margin: 25px 5% 20px 5% !important;
}

.my-add-user-rows {
  margin-top: 2% !important;
  margin-bottom: 2% !important;
}

.my-file-input {
  width: 100% !important;
}

/* .my-adduser-label {
  display: block;
} */

.form-check-input {
  box-shadow: none !important;
  cursor: pointer;
}
.error-red{
  color:#dc3545;
}