* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  background-color: #191f28 !important;
  font-family: "Karla", sans-serif;
}

body.loadding{
  background-color: #000 !important;
}

body {
  min-height: 100vh;
  margin: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

*:focus {
  outline: none;
}

.fas {
  font-family: "FontAwesome" !important;
}

#loginForm {
  width: 100%;
  padding: 0 15px;
}

.card-sign-1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 439px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-sign-1 img {
  width: 100%;
  max-width: 178px;
  margin: 0 auto 45px;
}

.form-group {
  border: 0 !important;
  padding: 0 !important;
}

.form-group:first-child {
  margin-bottom: 50px;
}

.form-group input {
  width: 100%;
  padding: 7px 0 0 7px;
  background-color: #191f28;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  line-height: 25px;
  color: #fff;
  font-family: "Karla", sans-serif;
  font-size: 1.4em;
}

.sumbit {
  width: 100%;
  font-family: "Karla", sans-serif;
  padding: 17px 0 17px 0;
  background-color: #f5b30f;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  border: 0;
}

.input-login {
  margin-bottom: 50px;
}

.login-icon {
  color: #f5b30f;
  font-size: 20px;
  margin-right: 9.6px;
}

.input-group {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: inherit;
  flex-wrap: inherit;
}

.token {
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
  justify-content: space-evenly;
}

.token input {
  width: 100%;
  height: 73px;
  margin-right: 11px;
  border: solid 1px #707070;
  background-color: #fff;
  text-align: center;
  font-size: 2rem;
}

.box-token {
  width: auto;
}

.pin-layer {
  margin-bottom: 30px;
}

.pin-layer p {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.img-token {
  margin-bottom: 44px !important;
}

.carga {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

img.loadding-img {
  display: inherit;
  max-width: inherit;
}

.flex-wrapper {
  margin-top: 20px;
  display: flex;
  flex-flow: row nowrap;
  text-align: center;
  align-content: center;
  justify-content: center;
}

.single-chart {
  width: 33%;
  justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  transition: 1s;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4cc790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #fff;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}
