body {
  padding: 0;
  margin: 0;
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}

body {
  width: 100%;
  height: 100vh;
  background: url("../img/bimg1.jpg") no-repeat;
  background-size: 100% 100%;
}

.box {
  background-color: rgba(1, 14, 91, 0.2);
  z-index: 1;
  position: absolute;
  width: 96%;
  left: 4.7%;
  height: 230px;
  top: 35%;
  letter-spacing: 10px;
  display: table-cell;
}

.box1 {
  position: absolute;
  color: white;
  font-weight: bold;
  top: 2.5rem;
  font-size: .875rem;
  left: 1.25rem;
  letter-spacing: .125rem;
}

.box2 {
  position: absolute;
  color: white;
  top: 5rem;
  font-size: .875rem;
  left: 1.25rem;
  letter-spacing: .0313rem;
  font-size: .75rem;
}
.box3 {
  position: absolute;
  color: white;
  top: 6.25rem;
  font-size: .875rem;
  left: 1.25rem;
  letter-spacing: .0313rem;
  font-size: .75rem;
}

.input {
  top: 8.3125rem;
  font-size: .625rem;
  left: 1.25rem;
  position: absolute;
  color: white;
  z-index: 999;
  background-color: transparent;
  border: solid .0625rem #ffffff;
  line-height: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  padding-left: 1.25rem;
  width: 18.75rem;
  display: flex;
}

.input input {
  letter-spacing: .0625rem;
  background-color: transparent;
  caret-color: #fff;
  color: #fff;
  width: 13.75rem;

  border: none;
  outline: none;
}
input::-webkit-input-placeholder {
  color: rgb(216, 226, 237);
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgb(216, 226, 237);
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgb(216, 226, 237);
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(216, 226, 237);
}

.input .cha {
  margin: .25rem;
  width: 5rem;
  background-color: white;
  color: #666666;
  font-size: .8125rem;
  border-radius: 2.5rem;
  text-align: center;
  line-height: 2rem;
  padding-left: .625rem;
  cursor: pointer;
  border: 0;
}

#text {
  top: 12.0625rem;
  font-size: .8125rem;
  left: 2.5rem;
  color: red;
  position: absolute;
  display: none;
  font-size: .8125rem;
  font-weight: bold;
}
