::-webkit-input-placeholder {
  font-size: 15px;
}

:-moz-placeholder {
  font-size: 15px;
}

::-moz-placeholder {
  font-size: 15px;
}

:-ms-input-placeholder {
  font-size: 15px;
}

body {
  background-color: white;
}

.success {
  width: 100%;
  height: 100vh;
  display: none;
  background: #27ae60;
  color: white;
  font-family: "Arial", sans-serif;
  font-size: 35px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}

.success p {
  background: rgba(0, 0, 0, 0.1);
  padding: 100px 0;
  width: 100%;
  text-transform: uppercase;
}

#copy,
#changeColor {
  outline: none !important;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  background-color: #73b848;
  padding: 15px 30px;
  border: none;
  text-decoration: 0 0 10px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  border-radius: 10px;
  /* margin: 0 auto;
  width: fit-content;
  width: -moz-fit-content; */
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.wrap {
  width: 600px;
  margin: 0 auto;
}

.divider-ddd input:nth-child(3) {
  width: 80%;
}

.divider-ddd input:nth-child(2) {
  width: 19% !important;
}

.page-title,
.page-subtitle,
.text-explain {
  font-family: Arial, sans-serif;
}
.page-title {
  font-size: 2.1em;
  margin: 40px 0 0 0;
  padding: 0;
  color: #a0999f;
}
.page-subtitle {
  font-size: 1.4em;
  margin: 10px 0;
  padding: 0;
  font-weight: lighter;
  color: #a0999f;
}

.text-explain {
  font-size: 1.1em;
  margin: 25px 0;
}

.list-inputs,
.list-steps {
  padding: 0;
}

.list-steps {
  font-family: Arial, sans-serif;
  list-style-type: none;
  color: #a0999f;
  margin-bottom: 25px;
}

.list-steps li {
  margin-bottom: 20px;
  font-size: 16px;
}

.list-steps span {
  color: #fff;
  background: #73b848;
  padding: 6px 11px;
  border-radius: 100px;
  display: inline-block;
  width: fit-content;
  width: -moz-fit-content;
  margin-right: 10px;
  margin-bottom: 5px;
}

.list-inputs {
  list-style: none;
}

.list-inputs li {
  margin-bottom: 25px;
  color: #666;
}

.list-inputs li.divider-3 input {
  width: 32% !important;
  margin-right: 0.5%;
}

.list-inputs li.divider-2 input {
  width: 49% !important;
  margin-right: 0.5%;
}

.list-inputs label {
  display: block;
  font-family: Arial, sans-serif;
  list-style-type: none;
  color: #a0999f;
  margin-bottom: 5px;
  text-align: left;
}

.list-inputs input,
.list-inputs select {
  border: solid 1px #a0999f;
  font-size: 18px;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  outline: none;
}

hr {
  display: block;
  margin: 40px 0;
  border: 0;
  border-top: 2px solid #e3e3e3;
  border-style: dashed;
}

.output-signature-div {
  overflow: hidden;
}

.output-signature-div .box-logo,
.output-signature-div .box-info {
  float: left;
}

.output-signature-div .box-logo {
  margin: 0 15px 0 10px;
}

.output-signature-div .box-info a {
  color: #666666;
  text-decoration: none;
}

select {
  background: #666 url(img/seta-select.png) right no-repeat;
  color: #a0999f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select option {
  background: #949599;
  outline: none;
  font-size: 16px;
  border: none;
}

textarea {
  font-family: arial;
  width: 80%;
  height: 80px;
  border: 1px solid #666;
  resize: none;
  padding: 7px 0 0 10px;
  box-sizing: border-box;
  outline: none;
  font-family: "amplesoft-boldbold";
}
