body {
  height: 100%;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  background: #f4f6f9;
}

.ui.header {
  font-family: Plus Jakarta Sans;
  font-weight: 500;
}

a {
  color: #00b7ff;
}

.jaki-tools-page {
  height: 100%;
}

.tools-wrapper {
  height: 100vh;
  width: 400px;
  margin: 0 auto;
  position: relative;
}

.activation-wrapper {
  height: 100vh;
  width: 650px;
  margin: 0 auto;
  position: relative;
}

.logo {
  margin: -20px 0px -20px 0px;
}

.tools-form {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.activation-content {
  text-align: center;
  margin: 0;
  position: absolute;
  top: 43%;
  left: 45%;
  -ms-transform: translate(-45%, -50%);
  transform: translate(-45%, -50%);
}

input {
  height: 43px !important;
  color: #a3b9c9 !important;
  font-family: Plus Jakarta Sans !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 225.187% !important;
  /* border: 1px solid #c2cfe0 !important; */
  border-radius: 5px !important;
}

input::placeholder {
  color: #a3b9c9 !important;
}

.ui.button.jaki-btn {
  margin: 34px 0px 14px 0px !important;
  background: #052158 !important;
  color: #ffffff !important;
}

.ui.button.jaki-btn:hover {
  background: #07296d !important;
}

.ui.button.jaki-btn:active {
  background: #082b70 !important;
}

.tooltip-group:hover .tooltip {
  display: block;
}

.tooltip {
  display: none;
  position: absolute;
  margin-top: 10px;
  padding: 11px;
  max-width: 338px;
  color: #737171;
  font-family: Plus Jakarta Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.5px;
  border-radius: 4px;
  background: #e8e8e8;
}

.tooltip::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 10px;
  margin-left: 10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #e8e8e8 transparent;
  z-index: 9;
  pointer-events: none;
}

.error-message {
  padding-left: 15px !important;
  color: #fa4026;
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.disclaimer {
  color: #7b8ba1;
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.disclaimer a {
  color: #2a7cee;
}

@media only screen and (max-width: 430px) {
  .tools-wrapper {
    width: 90%;
  }

  .tooltip {
    display: none !important;
  }
}

@media only screen and (max-width: 650px) {
  .activation-wrapper {
    width: 90%;
  }

  .activation-content {
    width: 100%;
  }
}
