@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap);
* {
  font-family: "Open Sans", sans-serif;
}

.margin-form {
  margin: 10px 0;
}

.lgreen {
  color: #448962;
}

.box-head {
  color: #448962;
  margin: 10px;
  font-weight: 500;
}

.notice {
  text-align: left;
  width: 93%;
  margin: 0 auto;
  background-color: #ebf8f7;
  border-radius: 5px;
  padding: 10px;
}

header {
  width: 100%;
  height: 12vh;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}

.logo {
  width: 180px;
  height: 8vh;
}

.usa {
  width: 4vh;
  height: 4vh;
  border-radius: 50%;
}

.main {
  width: 100%;
  margin: 0 auto;
}

.background {
  max-width: 100%;
}

.infoicon {
  font-size: 2em;
  color: #b1f388;
  margin-right: -1.5em;
}

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login {
  width: 100%;
  min-height: 80vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(to bottom, #f3f3f3, #ffffffcc), url(/images/clinic-registeration-background.jpg);
  background-size: cover;
}

.div-head p {
  font-size: 2em;
  font-weight: bold;
  margin: 20px;
  color: #448962;
  text-align: center;
}

.div-head span {
  font-size: 35px;
  font-weight: bold;
  color: #0d3a43;
  text-align: center;
  margin: 0;
}

.wrap-login {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 2vh;
  overflow: hidden;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}

.reg-form {
  width: 100%;
  text-align: center;
}

.regfrom-input {
  width: 100%;
}

.login {
  margin: 15px;
  background-color: #448962;
  /* Green */
  padding: 5px 6vh;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #bdbdbd;
  font-weight: 700;
}

.next {
  width: 40%;
  background-color: #448962;
  /* Green */
  padding: 5px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #bdbdbd;
  font-weight: 700;
}

.back {
  width: 40%;
  background-color: #ffffff;
  padding: 5px;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border: 1px solid black;
  border-radius: 5px;
  font-weight: 700;
}

footer {
  width: 100%;
  height: 8vh;
  padding: 0 10%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #448962;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright p {
  margin: 0;
  display: flex;
  color: #fff;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-links a {
  color: #fff;
  margin-left: 20px;
  text-decoration: none;
}

.terms {
  width: 80%;
  font-size: 12px;
  text-align: left;
  padding: 10px 0 10px 5%;
}

.form-group > label {
  position: absolute;
  top: -8px;
  left: 10px;
  background-color: white;
  font-size: 9px;
  padding: 0;
}

.form-group > input {
  padding: 5%;
  border: none;
  font-weight: 100;
  font-size: 1em;
  height: 3vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-group > select {
  border: none;
  font-weight: 100;
  font-size: 1em;
  height: 3vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-group > input:focus, select:focus {
  outline: none;
}

.form-group {
  position: relative;
  width: 80%;
  margin: 2vh auto;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #8d8a8a;
  font-size: 14px;
  height: 6vh;
}

.overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.popup {
  padding: 20px 20px 40px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  min-width: 275px;
}

.ptable tr td {
  padding: 10px;
  border: 1px solid white;
  box-shadow: 2px 3px #c2c2c2cc;
}

.active {
  background-color: #448962;
  color: #fff;
}

.inactive {
  background-color: #fff;
  color: #448962;
}

.dead {
  background-color: #dadada;
  color: #fff;
}

.cardicon {
  z-index: 10;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(0%, -50%);
}

@media screen and (min-width: 1600px) {
  /* .div-head p{font-size: 50px;} */
  .div-head span {
    font-size: 50px;
  }

  .form-group {
    margin: 2vh auto;
  }

  .div-head {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 600px) {
  .div-head p {
    font-size: 1.5em;
    margin: 20px;
  }

  .div-head span {
    font-size: 1em;
  }

  .logo {
    width: 180px;
    height: 10vh;
  }

  .login {
    display: none;
  }

  header {
    width: 100%;
    height: 15vh;
  }

  .wrap-login {
    background: #fff;
    padding: 20px;
    margin-top: 10px;
    width: 90%;
  }

  .form-group {
    width: 100%;
  }

  footer {
    height: auto;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .copyright {
    margin-bottom: 10px;
  }
}
.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
  max-width: 100%;
  width: 350px;
  margin-top: 4px;
}

.progress-container::before {
  content: "";
  /*your have to write this to be able to see it*/
  background-color: #d4d4d4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  /*it represents the empty line*/
  z-index: 0;
}

.progressbar {
  background-color: #448962;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 0;
  z-index: 0;
  transition: 0.4s ease;
}

.circles {
  background-color: white;
  color: #999;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid lightgray;
  transition: 0.4s ease;
  z-index: 1;
}

.circles.active {
  border-color: #448962;
}
