
input[type=text], select {
  direction: rtl;
  width: 100%;
  height: 50px;
  padding: 80px 30px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 30px;
}
input[id=id]{
	width: 40%;
}
input[id=photo]{
	width: 80%;
}
input[id=tag]{
	width: 50%;
}

input[id=signature]{
	width: 50%;
}
h3 {
font-size: 30px;
text-align: center;;
}
input[type=submit] {
  direction: rtl;
font-size: 30px;
  width: 50%;
  padding: 50px;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

div {
  border-radius: 5px;
  background-color: #f2f2f2;
  height: 40px;
  padding: 100px;
}
</style>