body {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #2b2e83 !important;
  display: block !important;
}

canvas {
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.err {
  text-align: center;
  position: absolute;
  color: #ffffff;
  left: 0;
  right: 0;
  margin: 10px auto 0;
  font-size: 15px;
  font-family: HOC;
}

input[type="image"] {
  background-image: url(../assets/submit.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 185px;
  background-size: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* input:focus {
    font-size:25px;
    color:#2b2e83;
    font-family: HOC;
    } */

input[type="image"]:hover,
input[type="image"]:active,
input[type="image"]:focus {
  background-image: url(../assets/submithover.png);
}

input[type="text"]::placeholder {
  color: #2b2e83 !important;
  font-size: 25px !important;
  font-weight: bold !important;
}
input[type="number"]::placeholder {
  color: #2b2e83 !important;
  font-size: 25px !important;
  font-weight: bold !important;
}

input[type="image"] {
  outline: none;
}

#bbLogo {
  margin: 17% auto;
  display: block;
  width: 45%;
}

.formInput {
  width: 70%;
  height: 37px;
  text-align: center;
  margin: 0 auto;
  display: block;
  outline: none;
  font-size: 25px;
  color: #2b2e83;
  font-family: HOC;
}

#submitBtn {
  width: 100%;
}

.submitCls {
  margin-top: 10%;
}
