:root {
  --nopayn-blue: #2e3359ff;
  --nopayn-green: #49bb93;
  --nopayn-gray: #c1ae90;
}
[data-lastpass-icon-root], [data-lastpass-root] {
    display: none;
}

@font-face {
  font-family: Proxima;
  src: url("/fonts/ProximaNova-Regular.otf");
}
@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

[data-lastpass-icon-root], [data-lastpass-root] {
  display: none;
}

div span,
div img {
  display: inline-block;
  vertical-align: middle;
}
​
html, body{
  background-color: #ddd;
  font-family: Proxima;
  font-size: 14pt;
  height: 100%;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

input {
  margin-left: 10px;
  width: 90%;
}

button {
  background-color: var(--nopayn-green);
  border: solid 2px #888;
  color: #fff;
  cursor: pointer;
  font-size: 12pt;
  border-radius: 7px; 
  box-shadow: 3px 3px #bbb;
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 5px;
}

button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

table {
  margin: 0px;
  padding: 0px;
}

td {
  margin: 0px;
  padding: 0px;
}
tr {
  margin: 0px;
  padding: 0px;
}
.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media all {
  #login {
    background-color: #fff;
    border: #bbb solid 2px;
    border-radius: 7px;
    box-shadow: 3px 3px #bbb;
    width: 20%;
  }
}

@media all and (max-width: 1600px) {
  #login {
    background-color: #fff;
    border: #bbb solid 2px;
    border-radius: 7px;
    box-shadow: 3px 3px #bbb;
    width: 40%;
  }
}

@media all and (max-width: 900px) {
  #login {
    background-color: #fff;
    border: #bbb solid 2px;
    border-radius: 7px;
    box-shadow: 3px 3px #bbb;
    width: 60%;
  }
}

@media all and (max-width: 600px) {
  #login {
    background-color: #fff;
    border: #bbb solid 2px;
    border-radius: 7px;
    box-shadow: 3px 3px #bbb;
    width: 80%;
  }
}

.center {
  margin: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.input {
  background-color: #fff;
  color: var(--nopayn-blue);
  text-align: left;
  width: 100%
}
.prompt {
  background-color: #fff;
  color: var(--nopayn-blue);
  padding-left: 10px;
  text-align: left;
  width: 20%;
}
.spacer {
  font-size: 8pt;
}
#alert {
  background-color: #fff;
  border: var(--nopayn-blue) solid 1px;
  border-radius: 7px; 
  box-shadow: 3px 3px #bbb;
  color: #f00;
  display: none;
  font-weight: bold;
  font-size: 5vw;
  padding: 25px;
  text-align: center;
  width: 75%;
  z-index: 98;
}

#contents {
  background-color: #ddd;
  bottom: 30px;
  color: var(--nopayn-blue);
  font-size: 14pt;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 50px;
  width: 100%
}
#footing {
  background-color: #ddd;
  border: 1px solid var(--nopayn-blue);
  bottom: 0px;
  color: var(--nopayn-blue);
  font-size: 10pt;
  height: 25px;
  padding-top: 5px;
  position: absolute;
  text-align: center;
  width: 100%
}
#heading {
  background-color: var(--nopayn-blue);
  color: #fff;
  font-size: 14pt;
  height: 50px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 100%
}
#login_heading {
  background-color: var(--nopayn-blue);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #fff;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
#pincode {
  text-align: center;
  width: 40px;
}
#small_logo {
  height: 15px;
  margin-top: 4px;
  padding-left: 10px;
}
