.addMore
{
  width:30px;
  height:30px;
  border-radius:50%;
  background-color:#4bd7ef;
  color:#fff;
  box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
  /*text-align:center;*/
  line-height:30px;
  margin-top:0px;
  cursor:pointer;
  font-size:15px;
}

.billImg img {
  width: 300px !important;
  height: auto;
}


.invoiceLogo {
  width: 130px !important;
  height: auto;
}

.invoiceBarcode {
  width: 90px !important;
  height: auto;
}

.bg-gry {
  background: #dedede;
}

:root
{
  --prettyblue: #3697e1;
  --prettylogin: #48abf7;
}

.login
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  background: #3697e1;
}

.userlogin
{
  display: grid;
  grid-template-columns: 1fr;
  align-items:center;
  justify-items:center;
  width: 100%;
  height: 100%;
  background:var(--prettylogin);
}

.userlogin > div
{
  padding: 40px;
  
}

.login-title
{
  font-size: 42px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  
}

.fielde
{
  display: block;
  width: 100%;
  margin: 4px;
}

.fielde > span
{
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  color: #fafafa;
}


.button-ok
{
  display: inline-block;
  background: #1572e8;
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  border-radius: 12px;
  text-decoration: none;
}


.tt
{
  position: absolute;
  clip-path: polygon(50% 0%, 23% 50%, 50% 100%);
  background: var(--prettylogin);
  display: block;
  width: 100vw;
  height: 100vh;
}

.login-logo img {
  width: 310px;
  margin-top: 7vw;
  margin-left: 5vw;
}

.bootstrap-select .dropdown-menu{height: 200px !important;}
.bootstrap-select{padding: 0 !important;}
button{cursor: pointer;}