* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  background-color: #3a3e47 !important;
  font-family: "Karla", sans-serif;
}

body {
  min-height: 100vh;
  margin: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  appearance: textfield;
  -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;
  background-color: #191f28;
  border: none !important;
  line-height: 25px;
  color: #fff;
  font-family: "Karla", sans-serif;
  font-size: 1.4em;
  border-radius: 5px !important;
}

.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;
  width: 20px !important;
}

.input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: inherit;
  flex-wrap: nowrap;
}

.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;
}

div#loadding {
  text-align: center;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
