.optionsListItem {
    display: none;
}

.optionsSticky {
    display: none;
}

.termsAndConditions {
    display: none;
}

.contentAlwaysWithOptions {
    min-height: auto;
}
.contentAlwaysWithOptions .contentFormVisible {
    width: 100%;
    padding: 0;
}

.formTitle {
    font-size: 25px;
    margin-bottom: 70px;
    color: #000000;    
    font-weight: bold;
}

.profile {
    max-width: none;
    display: block;
    font-size: 16px;
    color: #fd9727;
    font-weight: 700;
    padding: 0;
    margin-top: 20px;
    margin-left: -10px;
}
.formFooter {
    border: 0;
}

.inputContainerEmail .vtex-input-prefix__group,
.inputContainerPassword .vtex-input-prefix__group {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.inputContainerEmail :global(.vtex-input-prefix__group),
.inputContainerPassword :global(.vtex-input-prefix__group) {
  border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    height: 40px;
    margin-bottom: 20px;
}

.sendButton :global(.vtex-button) {
  width: 100%;
  background: #fd9727;
  border: 0;
  line-height: 35px;
  color: black;
  font-weight: 700;
}

