@import url("https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@600&display=swap");

.hkjccwhhdyacdh {
  position: relative;
  padding: 50px 50px !important;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, greenyellow, dodgerblue);
  font-family: "Sansita Swashed", cursive;
}
.hkjccwhhdyacdh h1 {
  font-size: 2em;
  border-left: 5px solid dodgerblue;
  padding: 10px;
  color: #000;
  letter-spacing: 5px;
  margin-bottom: 60px;
  font-weight: bold;
  padding-left: 10px;
}
.hkjccwhhdyacdh .epzdfidoaqx {
  display: flex;
  position: relative;
  width: 300px;
  height: 50px;
  margin-bottom: 50px;
}
.hkjccwhhdyacdh .epzdfidoaqx input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 2px solid #000;
  outline: none;
  background: none;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.2em;
}
.hkjccwhhdyacdh .epzdfidoaqx:last-child {
  margin-bottom: 0;
}
.hkjccwhhdyacdh .epzdfidoaqx span {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 1em;
  transition: 0.6s;
  font-family: sans-serif;
}
.hkjccwhhdyacdh .epzdfidoaqx input:focus ~ span,
.hkjccwhhdyacdh .epzdfidoaqx input:valid ~ span {
  transform: translateX(-13px) translateY(-35px);
  font-size: 1em;
}
.hkjccwhhdyacdh .epzdfidoaqx [type="button"] {
  width: 50%;
  background: dodgerblue;
  color: #fff;
  border: #fff;
}
.hkjccwhhdyacdh .epzdfidoaqx:hover [type="button"] {
  background: linear-gradient(45deg, greenyellow, dodgerblue);
}
