






.orange_btn {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(12, 118, 142, 0.24);
  border-radius: 4px;
  background: #ff7105;
  display: inline-block;
  padding: 14px 28px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
}
.orange_btn i {
  vertical-align: middle;
  font-size: 18px;
  padding-left: 5px;
}
.orange_btn:hover {
  box-shadow: none;
  color: #fff;
}

.error_area .orange_btn {
  font-size: 16px;
}
.error_area .orange_btn i {
  padding-right: 5px;
}


.green_btn {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(12, 118, 142, 0.24);
  border-radius: 4px;
  background: #0caf03;
  display: inline-block;
  padding: 14px 28px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
}
.green_btn i {
  vertical-align: middle;
  font-size: 18px;
  padding-left: 5px;
}
.green_btn:hover {
  box-shadow: none;
  color: #fff;
}

.error_area .green_btn {
  font-size: 16px;
}
.error_area .green_btn i {
  padding-right: 5px;
}

