.emailAddress {
  height: 100%;
  padding-top: 32px;
  padding-left: 8px;
  padding-right: 8px;
  .nav-container {
    display: flex;
    .back-icon {
      padding: 0 16px;
    }
    .email-label {
      flex-basis: 70%;
    }
  }
  .divider {
    height: 1px;
    background-color: #eee;
  }
  .email-container {
    padding: 16px 0;
    .discription-first {
      font-size: 14px;
      padding-top: 8px;
    }
    .discription-second {
      font-size: 14px;
      padding-top: 8px;
    }
    .discription-hint {
      font-size: 12px;
      color: #c7c7cc;
      padding-top: 8px;
    }
  }
  .input-container input {
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
  }
  .submit-area {
    padding-top: 16px;
    button {
      width: 100%;
    }
  }
}
