h3 {
  color: #03c8a8;
  text-align: center;
  font-size: 1.2em;
}

.login_text {
  width: 90%;
  text-align: left;
  margin: 20px auto 30px auto;
  padding: 30px;
  border: 2px solid #8fffe2;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.08);
}

.login_text div:first-child {
  margin-bottom: 20px;
}

.alignright a {
  color: cadetblue;
  text-decoration: underline;
}

th,
td {
  border: none;
}

.tblForm {
  margin: 30px auto 80px auto;
  width: 60%;
  border: none;
  border-collapse: collapse;
}

.tblForm tr:first-child th {
  border-bottom: #fff solid 1px;
  border-radius: 10px 0 0 0;
}
.tblForm tr:first-child td {
  border-bottom: #c2c2c2 solid 1px;
  border-radius: 0 10px 0 0;
}

.tblForm th {
  color: #fff;
  text-align: center;
  background-color: #03c8a8;
}

.tblForm input {
  width: 100%;
  border: #03c8a8 solid 1px;
}

.tdBtn {
  border: none;
  border-top: #c2c2c2 solid 1px;
}

.tdBtn input {
  margin: auto;
  width: 200px;
  height: 50px;
  background-color: #4dccc6;
  outline-color: #69c6b1;
  background-image: linear-gradient(315deg, #03c8a8 0%, #96e4df 80%);
  color: #fff;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 37px;
  transition: ease 0.2s;
  display: block;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.tdBtn input:hover {
  background-color: #fff;
  background-image: none;
  outline-color: #4dccc6;
  color: #4dccc6;
}

.present {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  text-align: left;
  margin: auto;
  margin-top: 30px;
  padding: 10px;
  border-radius: 16px;
  position: relative;
}

.present p {
  width: 400px;
  height: 200px;
  font-size: 1.3em;
  margin: -30px 0 50px 0;
  padding-top: 70px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.08);
}

.present span {
  border-bottom: #fcf591 dashed 3px;
}

.present img {
  width: 50%;
  position: absolute;
  top: 45px;
  left: 350px;
}

@media screen and (max-width: 767px) {
  h3 span {
    display: flex;
    justify-content: center;
  }

  .login_text {
    width: 90%;
  }

  .tblForm {
    width: 80%;
  }

  /* .tblForm th {
    width: 40%;
  } */

  .tblForm input {
    width: 95%;
    border: #03c8a8 solid 1px;
  }

  .tblForm select {
    width: 95%;
  }

  .tdBtn input {
    width: 30%;
  }

  .present {
    width: 70%;
  }

  .present p {
    margin-top: -10%;
    padding-top: 10%;
  }

  .present img {
    width: 90%;
    position: absolute;
    top: 25%;
    left: 5%;
  }
}
