#file {
  display: none;
}
form {
  display: table-row;
  width: 40rem;
  backround:pink;
}
span[role=button] {
 
  font-family: Arial;
  font-size: 1rem;
  padding: 11px 9px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 2px solid #265986;  
  color: #ffffff;
  cursor: pointer;
  background-color: #265986;
  padding-bottom: 12.3px;
  outline: none;
  z-index: 5;
}
span[role=button]:hover,
span[role=button]:focus {
  box-shadow: 0 0 5px #595959;
  background-color: #183a57;
  border-color: #265986;
  outline: 2px solid transparent;
}
.hide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
input[type=text] {
  display: table-cell;
  margin-left: -5px;
  width: 20rem;
  font-family: Arial;
  font-size: 1rem;
  padding: 8px 8px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  
  border: 2px solid #265986;  
  color: #000000;
  background-color: #ffffff;
  z-index: -1;
}
input[type=text]:focus {
  box-shadow: 0 0 5px #595959;
  border-color: #265986;
  outline: 2px solid transparent;
}


input[type=date] {
  display: table-cell;
  margin-left: -5px;
  width: 10rem;
  height: 44px;
  font-family: Arial;
  font-size: 1rem;
  padding: 8px 8px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; 
  border: 2px solid #265986;  
  color: #000000;
  background-color: #ffffff;
}