html body {
  overflow-x: hidden;
}

:root {
  --xanhladam: #014e1a;
  --xanhla: #059817;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Regular.ttf");
}

@font-face {
  font-family: "Open Sans Bold";
  src: url("../font/OpenSans-Bold.ttf");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../font/Poppins-Regular.ttf");
}

@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../font/OpenSans-SemiBold.ttf");
}

@font-face {
  font-family: "TPS";
  src: url("../font/Roboto-Light.ttf");
}

@font-face {
  font-family: "TPSB";
  src: url("../font/Roboto-Medium.ttf");
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../font/Roboto-Bold.ttf");
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../font/Roboto-Regular.ttf");
}

.header_kqxn {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  background-image: url(../img/bgdoctor.jpg);
  position: relative;

  .group_user {
    display: flex;
    padding: 20px;
    gap: 15px;
    justify-content: end;

    p {
      color: white;
    }

    img {
      height: 24px;
      cursor: pointer;
    }
  }
}

.group_get_chidinh {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 20px;
  align-items: center;

  input {
    padding: 10px 20px;
    margin: 10px;
    border-radius: 100px;
    border: unset;
    background-color: #e3e3e3;
    outline: none;
  }

  img {
    height: 24px;
    cursor: pointer;
    position: absolute;
    margin-left: 175px;
  }
}

.title_header {
  position: absolute;
  color: #ffff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.title_header h5 {
  font-family: "OpenSans-SemiBold";
  font-size: 30px;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  width: 720px;
}

.footer {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  border-top: solid 1px #cdd0d4;
  padding: 10px;
  text-align: center;
  position: fixed;
  background-color: #fff;
}


.login_header {
  text-align: center;
  padding: 10px;
  background: #ddddddbd;
  margin-top: 30px;
  border-radius: 10px;
  width: 400px;
}

.login-input-mb {
  padding: 15px 0px 4px 10px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 10px;
  font-size: 18px;
  width: 90%;
  background: none;
  outline: none;

}

.login-content {
  text-align: center;
}

.btn-login {
  padding: 5px;
  margin: 30px 10px;
  width: 90%;
  height: 40px;
  background-color: #0ea30e;
  border-radius: 5px;
  border: none;
  color: white;
  font-family: "OpenSans-SemiBold";
}

.thongtin_benhnhan {
  padding-top: 15px;
  display: flex;
  gap: 20px;
  justify-content: center;

  p {
    background-color: #e7e7e7;
    padding: 3px 6px;
    border-radius: 5px;
  }

  textarea {
    width: 40%;
    color: green;
    font-weight: bold;
  }
}