@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;800&display=swap");
body {
  font-family: "Poppins", sans-serif;
  background-color: #1e1e1e;
  width: 100vw;
  height: 100vh;
  background: rgb(30, 30, 30);
  background: linear-gradient(0deg, rgb(30, 30, 30) 0%, rgb(51, 74, 71) 99%);
}

.box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1em;
}

.welcome {
  width: 400px;
  color: white;
}
.welcome a {
  color: white !important;
}

.form {
  width: 400px;
  margin: auto;
  margin-top: 2em;
  background-color: #ffffff;
}

.form__inner {
  display: flex;
  flex-direction: column;
}
.form__inner label {
  margin-bottom: 0.2m;
  margin-top: 1em;
  font-size: 1rem;
  font-weight: 600;
}
.form__inner select {
  height: 40px;
  border-radius: 0.3em;
  text-align: center;
  padding: 10px;
  border: solid 1px #008d78;
}
.form__inner input {
  border-radius: 0.3em;
  height: 40px;
  padding: 10px;
  border: solid 1px #008d78;
  text-align: center;
}

.form__btn button {
  width: 100%;
  margin-top: 2em;
  background-color: #008d78;
  color: #ffffff;
  text-transform: uppercase;
}
.form__btn button:hover {
  background-color: #1e1e1e;
  color: white;
  outline: none;
}
.form__btn button:focus {
  background-color: #008d78;
  color: #fff;
  outline: none;
}

.evulus {
  color: white;
}
.evulus a {
  text-decoration: none;
  color: #fff;
  text-decoration: underline;
}

.success__icon {
  width: 80%;
  margin: auto;
}
.success__icon img {
  max-height: 90px;
}

.wallet__box {
  border-radius: 0.3em;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  border: solid 1px #008d78;
  text-align: center;
}

input.wallet_input {
  border: 0;
  outline: 0;
  width: 100%;
}
.ecash-menu {
  margin-top: 5em;
  color: #1c8d67;
}

.ecash-item {
  border: 1px solid #1c8d67;
  font-size: 1.2em;
  font-weight: 600;
}

.ecash-item:hover {
  background-color: #1c8d67;
  color: white;
}

.ecash-item.active {
  background-color: #1c8d67;
  color: white;
  border-color: #1c8d67;
}
.top {
  margin-top: -5px;
  padding-top: 6px;
}
/*# sourceMappingURL=style.css.map */
