.fieldname{
    margin: 5px 10px 0px 0px;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
}
input[type="text"]{
    width: calc( 100% - 24px);
    padding: 10px 12px;
    margin: 5px 0px 5px 0px;
    font-size: 18px;
    font-family: 'Roboto',Sans-Serif;
    font-weight: 400;
    color: #000000; 
    border: 0px; 
    background-color : #ffffff; 
    outline: none;
    -webkit-appearance: none;
}
input[type="text"]:focus {
    background-color: #f0f0f0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    text-align: center;
    -moz-appearance: textfield;
}
::-webkit-input-placeholder { /* Chrome */
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 300;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 300;
  opacity: 1;
}

