#input1{
text-align: center;
font-size: 25px;
color: #6D3F11;
font-family: 'Brush Script MT', cursive;
font-weight: 900;
border-style: none;
background-color: rgba(0,0,0,0);
}

#input1:focus  {
border-color: #6D3F11;
outline: none;
} 

#input1::placeholder{ 
  font-family: 'Brush Script MT', cursive;
  font-weight: 900;
  opacity: 0.5;
  color: #6D3F11;
  }

#input2{
text-align: center;
font-size: 25px;
color: #ffffff;
font-family: 'Brush Script MT', cursive;
font-weight: 900;
border-style: none;
background-color: rgba(0,0,0,0);
}

#input2:focus  {
border-color: #ffffff;
outline: none;
} 

#input2::placeholder{ 
  font-family: 'Brush Script MT', cursive;
  font-weight: 900;
  opacity: 0.5;
  color: #ffffff;
  }  