.wrapper {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
 
.form {
  padding: 4em 1.25em 12.5em 1.25em;
}

.form-mail {
  position: relative;
}

.form-mail:after {
  content: "";
  position: absolute;
  bottom: 60%;
  right: 50%;
  background-image: url(/Img/Form-mail-indicator.svg);
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
}

.form-inputs {
  background-color:  #444444;
  padding: 2em 2em 4em 2em; 
  color: #fff;
  text-align: left;
  border-radius: 10px;
  margin-top: 4em;
}

label {
  display: block;
  font-weight: 400;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.text-box-form {
  border: 1px solid #4F5F6F;
  border-style: solid;
  width: 100%;
  margin-bottom: 1em;
  padding: 1.5em;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4px;
}

.create-account {
  padding: 2em;
}

input:focus {
  outline: 3px solid #000;
}

.cta-button {
  padding: 0.75em 1.25em;
  display: inline-block;
  font-weight: bold;
  margin-top: 1.5em;
  font-size: 1.25rem;
  border-radius: 4px;
  background-color: #20B46A;
  border: none;
  color: #fff;
}

.button {
  text-align: right;
}

.right-col {
  margin-top: 8em;
  line-height: 2.25rem;
  color: #1B1820;
}

.form-warning-img {
  margin-bottom: 1em;
}

