html, body {
  font-size: 80%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-image: url(/_ui/_img/bg.jpg);
}
label, input {
  display:block;
  color: #707070;
}
input.text {
  margin-bottom:4px;
  width:85%;
  padding: .4em;
}
input.submit {
  width:70px;
  float: right;
}
#iconImg {
  margin-bottom: -4px;
  margin-right: 7px;
  padding: 0px;
}
#BisCard {
  padding: 30px;
}

input {outline: none;}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
    -webkit-text-fill-color: #000 !important; /* цвет текста */
    color: #000 !important; /* цвет текста */
}

.textbox .textbox-text {
  font-size: 12px;
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
}

#prldr{
position: fixed;
left: 0;
top: 0;
right:0;
bottom:0;
background-image: url(/_ui/_img/bg.jpg);
z-index: 30;}