input[type=text], input[type=number]
{
border-radius: 10px;
border:0px solid #FF7A00;
height:40px;
line-height:40px;
font-size:20px;
font-family:"HelvNeue55_W1G";
color: #FEC809;
text-align: center;
background:#000000;

}
input:focus {
 
  background:#FEC809;
  color: #000000;
  border:0px solid #FF7A00;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


input::placeholder {
   color:#999999
}

input:focus::placeholder {
   color:#FFFFFF
}
select:focus,input:focus{
    outline: none;

}
select{
border:none;
width:100px;
color: #FF7A00;
background:none;
text-align-last:center;
}
.bigger{
font-size:20px;
color: #FFFFFF;
text-align-last:center;
text-align-last: right;
}