@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&display=swap');

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  font-size: 12px;
  color: #333;
  background-color: #FFF;
  background-image: url(../images/login-bckg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 95% bottom;
  width: 100%;
  height: 92vh
}

a {
  -moz-user-select: none;
  color: #31363f !important;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

h3 {
  margin: 0;
  padding: 10px 5px 10px 5px
}

h1 {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #e0ccbe
}

th, td {
  padding: 6px
}

#Frame0 {
  background-color: transparent;
  margin: 30px auto auto;
  padding: 10px;
  width: 50%;
  border: 0;
  background-image: url(../images/counter-header-bckg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top
}

@media screen and (max-width:860px) {
  #Frame0 {
    width: 86%
  }

}

#Frame0 p {
  color: #e8c872
}

.Button3 {
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 23px;
  margin-right: 2px;
  min-width: 40px;
  padding: 0 16px;
  text-align: center;
  -moz-user-select: none;
  color: #fff;
  -moz-box-shadow: inset 0 1px 0 #529e21, inset 1px 0 0 #4a911c, inset -1px 0 0 #4a911c, inset 0 -1px 0 #3d7f12, inset 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 0 4px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 0 #529e21, inset 1px 0 0 #4a911c, inset -1px 0 0 #4a911c, inset 0 -1px 0 #3d7f12, inset 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 0 4px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 #529e21, inset 1px 0 0 #4a911c, inset -1px 0 0 #4a911c, inset 0 -1px 0 #3d7f12, inset 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 0 4px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
  background: #6dbd45;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #6dbd45), color-stop(1, #51a326));
  background: -moz-linear-gradient(center top, #6dbd45 20%, #51a326 100%);
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 10px;
  text-align: center;
  overflow: hidden;
  min-width: 70px
}

.Button1:hover {
  text-decoration: none
}

.button3:active {
  background: #6dbd45;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #5ea534), color-stop(1, #519327));
  background: -moz-linear-gradient(center top, #5ea534 20%, #519327 100%)
}

.Button3:active, .a:active {
  position: relative;
  top: 1px
}

.Input {
  background-color: #fff;
  border-color: #a0a0a0 #b9b9b9 #b9b9b9;
  border-style: solid;
  border-radius: 3px;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  width: 200px;
  color: #00224d
}

.Table {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 13px;
  color: #333;
  background-color: #dfdfde;
  width: 420px;
  border: 1px solid #ad88c6;
  border-radius: 6px;
  margin-top: 20px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto
}

.Table td {
  background-color: #f4ce14
}

.Input:focus {
  border: 1.5px solid #1b3c73;
  border-radius: 3px;
  outline: 0
}

#comm-l-d-section {
  width: 90%;
  left: 0;
  top: 10px;
  right: 20%;
  margin: auto;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  color: black;
  position: relative
}

#comm-l-d-section h6 {
  font-size: 19px
}

.containerComm1 {
  display: inline-block
}

.containerComm2 {
  display: inline-block;
  top: -45px;
  position: relative;
  width: 75%;
  line-height: 25px
}

.margina2 {
  margin-top: 3.5px
}

.typed-out-init {
  overflow: hidden;
  white-space: nowrap;
  animation: typinginit 2s steps(45, end) forwards;
  width: 0
}

@keyframes typinginit {
  from {
    width: 0
  }

  to {
    width: 100%
  }

}

@keyframes blinking {
  from {
    border-color: transparent
  }

  to {
    border-color: green
  }

}

.typed-p {
  font-size: 1.1rem
}

#comm-l-d-section-netype {
  display: none;
  width: 90%;
  left: 0;
  top: 10px;
  right: 20%;
  margin: auto;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  color: black;
  position: relative
}

#comm-l-d-section-netype h6 {
  font-size: 19px
}

input:placeholder-shown {
  animation: 2s anim-popoutin ease 1
}

@keyframes anim-popoutin {
  50% {
    background-color: #b2b2b2;
    border: 1px solid #3c4048;
    transition: all 2s linear;
    transform: translateY(-45px)
  }

  100% {
    background-color: #fff;
    border-color: #a0a0a0 #b9b9b9 #b9b9b9;
    transition: all 2s linear
  }

}

@keyframes fiksaninput {
  from {
    visibility: visible
  }

  to {
    visibility: visible
  }

}

.fadeT {
  opacity: 0;
  animation: forma .8s linear forwards
}

@keyframes forma {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }

}

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
  animation: fade-in 1.2s cubic-bezier(0.470, 0.000, 0.745, 0.715) both
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }

}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }

}

@media only screen and (max-width:600px) {
  .content {
    display: none !important;
  }

}
