.row_file {
  margin-top: 5px;
}

#mainWID .formSection #form .row_file input {
  width: 1% !important;
}

.btn-tertiary {
  margin-left: 1px;
  color: #fff;
  background: #6871ff;
  text-align: center;
  width: 215px;
  display: block;
  border-radius: 20px !important;
  transition: 0.25s;
  letter-spacing: 1px;
  font-family: "Predator-black";
  font-size: 20px;
  margin: 0 auto;
}
.btn-tertiary:hover,
.btn-tertiary:focus {
  transform: scale(0.95);
}

.row_file p {
  text-align: center !important;
  font-size: 18px;
  margin-left: 1px;
  font-family: "Predator-light";
}

.row_file input {
  width: 1% !important;
}

.row_file p span {
  font-family: "Predator-black";
}

.row_file b {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 11px;
  color: #e5e5e5;
}

/* input file style */
.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 0px;
  cursor: pointer;
}
.input-file + .js-labelFile .icon:before {
  content: "";
}
.input-file + .js-labelFile.has-file .icon:before {
  content: "";
  color: #5aac7b;
}
