.materia {
  background-image: url(../images/bang_by.png);
  background-position: center;
  height: 1705px;
  padding-top: 60px;
}
.materia .title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}
.materia .file {
  background-color: #f2f2f2;
  padding: 4px 30px 50px;
  box-shadow: 6px 6px 5px 1px #d2d1d3;
}
.materia .file .inut {
  margin-top: 24px;
}
.materia .file .inut .text {
  margin-bottom: 15px;
}
.materia .file .inut input {
  border: 1px solid #dcdcdc;
  height: 45px;
  width: 100%;
  padding: 0 20px;
}
.materia .file .inut textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  height: 100px;
  padding: 20px;
}
.materia .file .submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.materia .file .submit > .tua {
  width: 120px;
  height: 40px;
  background-color: #ba9c78;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
