html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: linear-gradient(to right, #00AAFF, #00FF6C);
}

.color1 {
  background-color: #00ABFD !important;
  color: white;
}

.color2 {
  background-color: #00FE6E !important;
  color: white;
}

.color2:hover {
  color: #00FE6E !important;
  background-color: white !important;
}

.color1:hover {
  color: #00ABFD !important;
  background-color: white !important;
}

.wrapper {
  height: 480px;
  padding-bottom: 20px;
  width: 360px;
  background: white;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px !important;
  align-items: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  box-shadow: 0 0 15px rgb(145, 140, 140);
}
.wrapper .header .div {
  border-top-right-radius: 10px;
  background-color: #2c2e2d;
  height: 50px;
}
.wrapper .header .div h1 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 25px;
}
.wrapper .header input {
  width: 100%;
  text-align: right;
  font-size: 35px;
  border-bottom: 1px solid #00ABFD;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 20px;
  left: 0;
}
.wrapper .mainbody .col-3 input {
  width: 100%;
  height: 50px;
  background: white;
  border: 1px solid #00ABFD;
  transition: 0.1s ease-in-out;
}
.wrapper .mainbody .col-3 input:hover {
  background: #00ABFD;
  color: white;
  font-size: 25px;
  transition: 0.5s;
}
.wrapper .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #2c2e2d;
  border-bottom-left-radius: 10px !important;
  color: white;
  font-size: 10px;
}
.wrapper .footer p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*...................MEDIA...............*/
@media (min-width: 320px) and (max-width: 576px) {
  .wrapper {
    width: 90% !important;
  }
}/*# sourceMappingURL=style.css.map */