.load_login {
  background: white;
  border-radius: 15px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
  padding: 15px;
}
.text-bold {
  font-weight: 700;
}
.margin-15 {
  margin: 15px auto;
}
.margin-25 {
  margin: 25px auto;
}
.margin-top-50 {
  margin-top: 50px;
}
.form-control {
  margin: 5px auto;
  font-size: 16px;
}
.text-grey {
  color: #707070;
}
.font-16 {
  font-size: 18px;
}
.height-50 {
  height: 50px;
  line-height: 50px;
}
.margin-top-15 {
  margin-top: -25px;
}
a {
  cursor: pointer;
}
.modal-body {
  max-height: calc(100vh - 50px - 50px);
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-body::-webkit-scrollbar {
  width: 10px;
}
.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal-body::-webkit-scrollbar-thumb {
  background: #888;
}
.modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.margin-25 {
  margin: 25px auto;
}
.font-12 {
  font-size: 12px;
}
.colorgraph {
  opacity: 1;
  height: 5px;
  border-top: 0;
  background: #bde169;
  border-radius: 5px;
  background-image: (
    left,
    #c0e46c,
    #c0e46c 12.5%,
    #eff9a6 12.5%,
    #eff9a6 25%,
    #fab52a 25%,
    #fab52a 37.5%,
    #f45648 37.5%,
    #f45648 50%,
    #dd77ad 50%,
    #dd77ad 62.5%,
    #b477dc 62.5%,
    #b477dc 75%,
    #3e82e0 75%,
    #3e82e0 87.5%,
    #3ab6e4 87.5%,
    #3ab6e4
  );
  background-image: -moz-linear-gradient(
    left,
    #c0e46c,
    #c0e46c 12.5%,
    #eff9a6 12.5%,
    #eff9a6 25%,
    #fab52a 25%,
    #fab52a 37.5%,
    #f45648 37.5%,
    #f45648 50%,
    #dd77ad 50%,
    #dd77ad 62.5%,
    #b477dc 62.5%,
    #b477dc 75%,
    #3e82e0 75%,
    #3e82e0 87.5%,
    #3ab6e4 87.5%,
    #3ab6e4
  );
  background-image: -o-linear-gradient(
    left,
    #c0e46c,
    #c0e46c 12.5%,
    #eff9a6 12.5%,
    #eff9a6 25%,
    #fab52a 25%,
    #fab52a 37.5%,
    #f45648 37.5%,
    #f45648 50%,
    #dd77ad 50%,
    #dd77ad 62.5%,
    #b477dc 62.5%,
    #b477dc 75%,
    #3e82e0 75%,
    #3e82e0 87.5%,
    #3ab6e4 87.5%,
    #3ab6e4
  );
  background-image: linear-gradient(
    to right,
    #c0e46c,
    #c0e46c 12.5%,
    #eff9a6 12.5%,
    #eff9a6 25%,
    #fab52a 25%,
    #fab52a 37.5%,
    #f45648 37.5%,
    #f45648 50%,
    #dd77ad 50%,
    #dd77ad 62.5%,
    #b477dc 62.5%,
    #b477dc 75%,
    #3e82e0 75%,
    #3e82e0 87.5%,
    #3ab6e4 87.5%,
    #3ab6e4
  );
}
input[type="text"] {
  text-transform: lowercase;
}
.captcha-box {
  border-radius: 5px;
  border: 2px solid;
  padding: 2rem;
  margin: 20px 0;
}
#canvas {
  width: 200px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #09b366;
}

.nav-link {
  color: #704343;
}
.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 90%;
  height: auto;
}

.btnsubmit {
  appearance: button;
  background-color: #066796;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 20px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter 0.2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 40%;
}

.btnsubmit:after {
  background-clip: padding-box;
  background-color: #0a86c2;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.btnsubmit,
.btnsubmit:focus {
  user-select: auto;
}

.btnsubmit:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.btnsubmit:disabled {
  cursor: auto;
}

.btnsubmit:active {
  border-width: 4px 0 0;
  background: none;
}
