html, body {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Yekan Bakh FaNum" !important;
  direction: rtl;
  font-size: 14px;
  line-height: 30px;
  color: #384955;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button, input, textarea {
  font-family: "Yekan Bakh FaNum" !important;
}

label {
  font-size: 15px;
  padding-right: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  color: #384955;
}
label .required {
  color: red;
}

input, textarea {
  width: 100%;
  border: none;
  border: 1px solid #D8DDE4;
  border-radius: 8px;
  padding: 18px 25px;
  outline: none;
  font-size: 15px;
  box-sizing: border-box;
  transition: all 0.4s;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #C9CDCF;
  font-size: 13px;
  font-weight: 600;
}
input::placeholder, textarea::placeholder {
  color: #C9CDCF;
  font-size: 13px;
  font-weight: 600;
}
input:focus, textarea:focus {
  border: 1px solid grey;
}

input[type=submit] {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: none;
  background-color: #3F95B4;
  color: white;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.4s;
}
input[type=submit]:hover {
  background-color: #337992;
}

.descriptionBack {
  padding-top: 20px;
  padding-bottom: 20px;
}
.descriptionBack .txt p {
  padding-bottom: 25px;
  margin: 0;
  text-align: justify;
}

.sendBack .title {
  font-size: 30px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .sendBack .title {
    font-size: 24px;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  .sendBack .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.sendBack .titr {
  margin-bottom: 16px;
  margin-top: 30px;
}
.sendBack .txt p {
  padding-bottom: 25px;
  margin: 0;
  text-align: justify;
}/*# sourceMappingURL=description.css.map */