:root {
  --bs-primary: #b1d5d5
}
.form-wrap a {
    color: #666;
    text-decoration: none;
  }
  a:hover {
    color: #313151;
  }
  
.form-wrap {
  background-color: #fff;
  width: 100%;
  height: auto;
  /*margin: 1em auto 4em auto;*/
  border-radius: 7px;
}
.form-wrap .tabs {
  overflow: hidden;
}
.form-wrap .tabs h3 {
  float: left;
  width: 50%;
}
.form-wrap .tabs h3 a {
  padding: 0.5em 0;
  text-align: center;
  font-weight: 400;
  background-color: #e6e7e8;
  display: block;
  color: #666;
  
}
.form-wrap .tabs h3 a.active {
  background-color: #fff;
}
.form-wrap .tabs-content {
  padding: 1rem;
  padding-top: 10px;
}
.form-wrap .tabs-content div[id$="tab-content"] {
  display: none;
}
.form-wrap .tabs-content .active {
  display: block !important;
}
.form-wrap form .input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  padding: 0.8em 0 10px 0.8em;
  border: 1px solid #cfcfcf;
  outline: 0;
  display: inline-block;
  margin: 0 0 0.8em 0;
  padding-right: 2em;
  width: 100%;
  border-radius: 7px;
}
.form-wrap form .button {
  width: 100%;
  padding: 0.8em 0 10px 0.8em;
  background-color: #B1D5D5 ;
  border: none;
  color: #212529 ;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 7px;
}
.form-wrap form .button:hover {
  background-color: #9cbdbd;
}

.form-wrap .help {
  margin-top: 0.6em;
}
.form-wrap .help p {
  text-align: center;
  font-size: 14px;
}

.errors {
    color: red;
    padding-bottom: 20px;
}

.nav-item {
  cursor: pointer;
}

.a-admin {
  border-bottom: solid 3px #B1D5D5 ;
}

.nav-link {
  color: #738b8b;;
}

.nav-tabs .nav-link.active{
  color: #212529;
}

.nav-link:hover {
  color: #212529;
}