.profile-completion {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 10px;
}
.profile-completion input::-ms-clear {
  display: none;
}
.profile-completion__header {
  margin: 0 auto;
  align-items: center;
}
.profile-completion__header:before {
  border: 1px solid #45842d;
  display: block;
  content: ' ';
  margin-top: -140px;
  height: 140px;
  visibility: hidden;
  position: absolute;
  max-width: 1px;
}
.profile-completion__title {
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
  margin-top: 0;
}
.profile-completion__email {
  text-align: center;
  margin: auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.profile-completion__error {
  margin-bottom: 20px;
  text-align: center;
}
.profile-completion__error-text {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #da291c !important;
}
.profile-completion__form {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
}
.profile-completion__form .btn {
  align-content: center;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 0 52px;
}
.profile-completion__field {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profile-completion__field.disabled {
  opacity: 0.6;
}
.profile-completion__label {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  position: absolute;
  left: 10px;
  top: 33px;
  font-size: 1.4rem;
  transition: all 0.1s ease-in-out;
  pointer-events: none;
  transform-origin: 0% 0%;
  margin-bottom: 10px;
}
.profile-completion__label i {
  color: #da291c;
  content: "";
}
.profile-completion__input,
.profile-completion__select {
  border: solid 1px #dddddd;
  height: 60px;
  width: 100%;
  padding: 7px;
  border-radius: 2px;
  box-shadow: none;
  font-size: 1.7rem !important;
  transition: all 0.1s ease-in-out;
  background-color: #f5f5f5;
  margin-top: 15px;
}
.profile-completion__input:hover,
.profile-completion__select:hover,
.profile-completion__input:focus,
.profile-completion__select:focus {
  border-color: #58595b;
  outline: 0;
  background-color: #ffffff;
}
.profile-completion__input:focus + .profile-completion__label,
.profile-completion__select:focus + .profile-completion__label {
  color: #58595b;
}
.profile-completion__input[disabled],
.profile-completion__select[disabled] {
  border-color: #dddddd;
}
.profile-completion__input:valid,
.profile-completion__select:valid {
  padding: 40px 32px 10px 7px;
  color: inherit;
}
.profile-completion__input:-webkit-autofill,
.profile-completion__select:-webkit-autofill,
.profile-completion__input:autofill,
.profile-completion__select:autofill {
  padding: 40px 32px 10px 7px;
  color: inherit;
}
.profile-completion__select:valid {
  padding: 26px 32px 10px 7px;
}
.profile-completion__select:-webkit-autofill,
.profile-completion__select:autofill {
  padding: 26px 32px 10px 2px;
}
.filled ~ .profile-completion__label,
.profile-completion__input:focus + .profile-completion__label,
.profile-completion__select:focus + .profile-completion__label,
.profile-completion__input:-webkit-autofill + .profile-completion__label,
.profile-completion__select:-webkit-autofill + .profile-completion__label,
.profile-completion__input:autofill + .profile-completion__label,
.profile-completion__select:autofill + .profile-completion__label {
  top: 15px !important;
  transform: scale(0.8);
}
.profile-completion .invalid {
  border: 1px solid #da291c;
  min-height: 40px;
  padding: 6px 10px 0;
}
.profile-completion .invalid + .profile-completion__label {
  color: #da291c;
}
.profile-completion__field-error {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #da291c !important;
  position: relative;
  top: 5px;
}
.profile-completion__disclaimer {
  margin-top: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
}
.profile-completion__disclaimer-text {
  margin: 0;
}
.profile-completion__link {
  color: #00758d !important;
}
.profile-completion__link:active,
.profile-completion__link:hover,
.profile-completion__link:focus {
  color: #da291c !important;
  text-decoration: none;
}
.profile-completion__actions {
  text-align: center;
  margin-top: 40px;
}
.profile-completion__confirmation {
  text-align: center;
}
.profile-completion__confirmation-title {
  margin-top: 115px;
  margin-bottom: 95px;
}
.profile-completion__confirmation-text {
  margin: 0;
}
@media (min-width: 768px) {
  .profile-completion {
    padding: 50px 60px;
  }
  .profile-completion__form .row [class*=col-] + [class*=col-] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .profile-completion__email {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .profile-completion {
    padding: 100px 210px;
  }
}
